diff --git a/style.css b/style.css index 86e5b29..19fd1db 100644 --- a/style.css +++ b/style.css @@ -164,7 +164,7 @@ a:visited { text-align: center; background: none; white-space: normal; - overflow-y: scroll; + overflow-y: auto; } @media (max-aspect-ratio: 1/1) { @@ -343,4 +343,4 @@ a:visited { .infobar-input{ height: calc(0.18 * var(--sidebar-height)); } -} \ No newline at end of file +}