mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-29 12:07:16 +02:00
Revert scrollbar fix
This commit is contained in:
@@ -58,15 +58,11 @@
|
|||||||
.hide-scrollbars {
|
.hide-scrollbars {
|
||||||
&::-webkit-scrollbar-corner,
|
&::-webkit-scrollbar-corner,
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
display: NONE !important;
|
@apply hidden !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Style the scrollbars
|
html {
|
||||||
* Mac doesn't like this (especially in CodeMirror) so we only do it on non-macos platforms. On Mac,
|
|
||||||
* styling the scrollbar seems to cause them to not show up at all most of the time
|
|
||||||
*/
|
|
||||||
html:not([data-platform="macos"]) {
|
|
||||||
* {
|
* {
|
||||||
::-webkit-scrollbar-corner,
|
::-webkit-scrollbar-corner,
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
|||||||
Reference in New Issue
Block a user