little scrollbar fix
This commit is contained in:
parent
dffdf613e6
commit
9838321103
@ -164,7 +164,7 @@ a:visited {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
background: none;
|
background: none;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-aspect-ratio: 1/1) {
|
@media (max-aspect-ratio: 1/1) {
|
||||||
@ -343,4 +343,4 @@ a:visited {
|
|||||||
.infobar-input{
|
.infobar-input{
|
||||||
height: calc(0.18 * var(--sidebar-height));
|
height: calc(0.18 * var(--sidebar-height));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user