Merge pull request #1327 from nymkappa/bugfix/overflow-y

Always show scrolbar to avoid horizontal jumpy UI
This commit is contained in:
softsimon
2022-03-10 13:56:30 +01:00
committed by GitHub

View File

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