Browse Source

Fix scrollbar appearing unnecessarily on public pages

spaghetti 7 years ago
parent
commit
66ab5fbb6c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      static/styles/public/style.css

+ 1
- 1
static/styles/public/style.css View File

@@ -112,7 +112,7 @@ input[type="text"]:invalid, input[type="password"]:invalid {
112 112
 
113 113
 #content {
114 114
   height: calc(100% - 60px);
115
-  overflow-y: scroll;
115
+  overflow-y: auto;
116 116
   box-sizing: border-box;
117 117
   background-repeat: no-repeat;
118 118
   background-size: contain;

Loading…
Cancel
Save