mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 11:09:03 +00:00
Fix typo with scrollable dbs
This commit is contained in:
parent
0bab8c142f
commit
4d8c450f86
@ -94,6 +94,6 @@ div.notion-selectable.notion-numbered_list-block > div > div:last-child::before
|
||||
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 {
|
||||
[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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user