Fix the webchat sitting under our components

This commit is contained in:
scottkiener-at-safelite 2026-02-05 14:46:47 -05:00
parent 3f43c4e6eb
commit bfe395d307

View file

@ -130,6 +130,9 @@ export default {
</script>
<style lang="scss">
.embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {
z-index: 9999 !important;
}
.dockableContainer {
&.showDockableContainer {
color: $gray-600;