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
 
112
 
113
 #content {
113
 #content {
114
   height: calc(100% - 60px);
114
   height: calc(100% - 60px);
115
-  overflow-y: scroll;
115
+  overflow-y: auto;
116
   box-sizing: border-box;
116
   box-sizing: border-box;
117
   background-repeat: no-repeat;
117
   background-repeat: no-repeat;
118
   background-size: contain;
118
   background-size: contain;

Loading…
Cancel
Save