fix scrollbars for real now
This commit is contained in:
parent
282e6812b3
commit
5b47856329
1 changed files with 59 additions and 59 deletions
|
@ -25,6 +25,7 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
@media (any-pointer: fine) {
|
||||
* {
|
||||
scrollbar-color: var(--btn) transparent;
|
||||
|
||||
|
@ -82,6 +83,7 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
@ -200,7 +202,6 @@ nav {
|
|||
|
||||
// Only show custom scrollbars on devices which
|
||||
// have a cursor/pointer to operate them
|
||||
@media (pointer: fine) {
|
||||
&:not(.-show-scrollbar) {
|
||||
scrollbar-width: none;
|
||||
margin-right: -2em;
|
||||
|
@ -217,7 +218,6 @@ nav {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.-no-sticky-headers {
|
||||
.column {
|
||||
|
|
Loading…
Reference in a new issue