fix scrollbars for real now
This commit is contained in:
parent
282e6812b3
commit
5b47856329
@ -25,7 +25,8 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
@media (any-pointer: fine) {
|
||||
* {
|
||||
scrollbar-color: var(--btn) transparent;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
@ -81,6 +82,7 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
@ -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 New Issue
Block a user