forked from AkkomaGang/akkoma-fe
fix scrollbars for real now
This commit is contained in:
parent
282e6812b3
commit
5b47856329
1 changed files with 59 additions and 59 deletions
|
@ -25,7 +25,8 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
@media (any-pointer: fine) {
|
||||||
|
* {
|
||||||
scrollbar-color: var(--btn) transparent;
|
scrollbar-color: var(--btn) transparent;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
|
@ -81,6 +82,7 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -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 a new issue