Skip to content

Commit

Permalink
gui: Always show vertical scroll bar (syncthing#8301)
Browse files Browse the repository at this point in the history
This stops interface from jumping left and right when page content no longer fits into screen.
  • Loading branch information
red-led authored Apr 22, 2022
1 parent 1eda82b commit 89f5d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/default/assets/css/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 89f5d0d

Please sign in to comment.