Files
standardnotes-app-web/app/assets/stylesheets/_scrollbar.scss
Laurent Senta 7996f4e5a2 feat: nicer smart filters & folders theme (#795)
* fix: color add button and drop

* fix: color scrollbars

* fix: remove infinite scroll and fix scrollbars

* fix: plus icon center

* fix: navigation padding, structure simplif and naming

* fix: simplify scrollbars

* fix: scroll bar simplif + scheme in macos

* fix: magic variables to const

* refactor: extract panel ref state

* refactor: remove dead code, simple macos theme
2022-01-12 13:45:41 +01:00

9 lines
138 B
SCSS

@mixin minimal_scrollbar() {
overflow-x: hidden;
overflow-y: hidden;
&:hover {
overflow-y: auto;
overflow-y: overlay;
}
}