Always show scrolbar to avoid horizontal jumpy UI

This commit is contained in:
nymkappa 2022-03-09 17:26:47 +01:00
parent dfabf8c801
commit 9cd3549a93

View File

@ -50,6 +50,7 @@ $dropdown-link-active-bg: #11131f;
html, body {
height: 100%;
overflow-y: scroll;
}
body {