From 06b56538cfc0ada329399d30539f7e1513cd31d0 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Thu, 12 Nov 2020 00:58:48 +1100 Subject: [PATCH] #211 remove z-index override preventing format dropdowns in table view from opening --- repo/core/css/theme.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/repo/core/css/theme.css b/repo/core/css/theme.css index 1e69d31..794da8f 100644 --- a/repo/core/css/theme.css +++ b/repo/core/css/theme.css @@ -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;