Always show scrolbar to avoid horizontal jumpy UI

This commit is contained in:
nymkappa 2022-03-09 17:26:47 +01:00
parent 8535599e34
commit 758381725f
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

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