#211 remove z-index override preventing format dropdowns in table view from opening

This commit is contained in:
dragonwocky 2020-11-12 00:58:48 +11:00
parent a94f4165d0
commit 06b56538cf

View File

@ -91,14 +91,6 @@
height: var(--theme--page_banner-height) !important;
}
/* prevent block hover options overlaying topbar */
.notion-topbar {
background: var(--theme--main);
}
*:not([style*='z-index']) {
z-index: 1;
}
/* colour help button - one of the few specific classes notion does give us */
.notion-help-button {
background: var(--theme--interactive_hover) !important;