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