Merge pull request #3052 from Safelite/feature/CASH-2262

Fix the webchat sitting under our components
This commit is contained in:
scottkiener-at-safelite 2026-02-05 14:59:55 -05:00 committed by GitHub
commit 7ef42e2239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;