Skip to content

Commit

Permalink
fix: intercom z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed May 31, 2024
1 parent d8ca964 commit fc657bb
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions frontend/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -247,28 +247,6 @@ body {
padding-right: 20px;
}

.ant-drawer {
// do not modify this as this is required to hide intercom in modals
z-index: 1000000000000;
}

.ant-modal-root {
.ant-modal-mask {
z-index: 2000000000000 !important;
}
.ant-modal-wrap {
z-index: 2000000000000 !important;
}
}

.ant-select-dropdown {
z-index: 3000000000000 !important;
}

.ant-picker-dropdown {
z-index: 3000000000000 !important;
}

.ant-popover {
z-index: 3000000000000 !important;
.intercom-lightweight-app {
z-index: 980 !important;
}

0 comments on commit fc657bb

Please sign in to comment.