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
commit ba3a737ab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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