Browse Source

Allow full screen scrolling

It will allow the screen scrolling when switching to full screen mode.
#4478
Leandro Felizari 6 years ago
parent
commit
9f2672655f
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;
     width: 100% !important;
     background: #fff;
+    height: calc(100vh);
+    overflow-y: scroll;
   }
 }