Browse Source

Merge pull request #4481 from lfelizari/patch-2

Fixed fullscreen scrolling bug.
文翼 6 years ago
parent
commit
31934963f7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/themes/theme.scss

+ 2 - 0
src/themes/theme.scss

@@ -332,6 +332,8 @@
     z-index: 1050;
     z-index: 1050;
     width: 100% !important;
     width: 100% !important;
     background: #fff;
     background: #fff;
+    height: calc(100vh);
+    overflow-y: scroll;
   }
   }
 }
 }