Update styles.css

Added styling for scroll database toolbars
This commit is contained in:
Ryo Hilmawan 2020-11-03 12:16:24 +07:00 committed by GitHub
parent 91a1cbc884
commit 23d7e05d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,3 +46,13 @@
--theme_light--text-block_line-height: 1.65;
--theme_light--text-block_margin-top: 0.75em;
}
[data-tweaks*='[scroll_db_toolbars]'] .notion-frame > .notion-scroller > [style*="overflow: visible;"],
[data-tweaks*='[scroll_db_toolbars]'] .notion-page-content .notion-collection_view-block > :first-child {
overflow-x: auto !important;
}
[data-tweaks*='[scroll_db_toolbars]'] .notion-frame > .notion-scroller > [style*="overflow: visible;"]::-webkit-scrollbar,
[data-tweaks*='[scroll_db_toolbars]'] .notion-page-content .notion-collection_view-block > :first-child::-webkit-scrollbar {
display: none;
}