mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 11:09:03 +00:00
Redo db scroll selector
This commit is contained in:
parent
4d8c450f86
commit
7c69a53e54
@ -90,10 +90,10 @@ div.notion-selectable.notion-numbered_list-block > div > div:last-child::before
|
|||||||
opacity: 0.25;
|
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;
|
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]'] .notion-collection_view-block > :first-child[style*='height: 42px;']::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user