Merge pull request #3052 from Safelite/feature/CASH-2262
Fix the webchat sitting under our components
This commit is contained in:
commit
7ef42e2239
1 changed files with 3 additions and 0 deletions
|
|
@ -130,6 +130,9 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.embedded-messaging > .embeddedMessagingFrame[class~="isMaximized"] {
|
||||||
|
z-index: 9999 !important;
|
||||||
|
}
|
||||||
.dockableContainer {
|
.dockableContainer {
|
||||||
&.showDockableContainer {
|
&.showDockableContainer {
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue