Skip to content

Commit

Permalink
Feat: Attempt to overlap UI of other third-party plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Dec 16, 2021
1 parent 9e3a217 commit 693fe02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@
// Bar
// ===

#cc--main {
// Use maximum permissible value for `z-index` to overlap UI of other third-party plugins. Sorry!
// Allow !important to override inline style injected by the plugin.
// stylelint-disable-next-line declaration-no-important
z-index: 2147483647 !important;
}

#cm {
box-shadow: tokens.$shadow-1;
}
Expand Down

0 comments on commit 693fe02

Please sign in to comment.