gui: Always show vertical scroll bar (#8301)

This stops interface from jumping left and right when page content no longer fits into screen.
This commit is contained in:
red_led 2022-04-22 22:39:30 +03:00 committed by GitHub
parent 1eda82b95f
commit 89f5d0d400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
body {
padding-bottom: 70px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
overflow-y: scroll;
}
h1, h2, h3, h4, h5 {