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