Procházet zdrojové kódy

gui: Always show vertical scroll bar (#8301)

This stops interface from jumping left and right when page content no longer fits into screen.
red_led před 3 roky
rodič
revize
89f5d0d400
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      gui/default/assets/css/overrides.css

+ 1 - 0
gui/default/assets/css/overrides.css

@@ -10,6 +10,7 @@
 body {
 body {
     padding-bottom: 70px;
     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";
     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 {
 h1, h2, h3, h4, h5 {