From 7c69a53e54d523e69d93bf41f36f2d58ce2b2b3f Mon Sep 17 00:00:00 2001 From: Hillel Coates Date: Sun, 22 Nov 2020 15:08:32 -0800 Subject: [PATCH] Redo db scroll selector --- mods/tweaks/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/tweaks/app.css b/mods/tweaks/app.css index f89a924..f6bbb05 100644 --- a/mods/tweaks/app.css +++ b/mods/tweaks/app.css @@ -90,10 +90,10 @@ div.notion-selectable.notion-numbered_list-block > div > div:last-child::before opacity: 0.25; } -[data-tweaks*='[scroll_db_toolbars]'] [style*='min-height: 42px; padding-left: 96px; padding-right: 96px; flex-shrink: 0; z-index: 1; overflow: visible;'] > :first-child { +[data-tweaks*='[scroll_db_toolbars]'] .notion-collection_view-block > :first-child[style*='height: 42px;'] { overflow-x: auto !important; } -[data-tweaks*='[scroll_db_toolbars]'] [style*='min-height: 42px; padding-left: 96px; padding-right: 96px; flex-shrink: 0; z-index: 1; overflow: visible;'] > :first-child::-webkit-scrollbar { - display: none; +[data-tweaks*='[scroll_db_toolbars]'] .notion-collection_view-block > :first-child[style*='height: 42px;']::-webkit-scrollbar { + display: none; }