mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-09 15:09:02 +00:00
#211 remove z-index override preventing format dropdowns in table view from opening
This commit is contained in:
parent
a94f4165d0
commit
06b56538cf
@ -91,14 +91,6 @@
|
|||||||
height: var(--theme--page_banner-height) !important;
|
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 */
|
/* colour help button - one of the few specific classes notion does give us */
|
||||||
.notion-help-button {
|
.notion-help-button {
|
||||||
background: var(--theme--interactive_hover) !important;
|
background: var(--theme--interactive_hover) !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user