浏览代码

Allow full screen scrolling

It will allow the screen scrolling when switching to full screen mode.
#4478
Leandro Felizari 6 年之前
父节点
当前提交
9f2672655f
共有 1 个文件被更改,包括 2 次插入0 次删除
  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;
   }
 }