Fix scrollbar flickering on options page when expanding

This commit is contained in:
hensm
2022-08-08 19:28:25 +01:00
parent 4ee5486b4b
commit 59a433c597

View File

@@ -18,6 +18,7 @@ body {
background: var(--box-background) !important;
color: var(--box-color) !important;
font-size: 13px;
overflow-y: hidden;
}
a {