瀏覽代碼

fix(modal): do not hide the scroll bar when opening the pop-up window #151

vben 4 年之前
父節點
當前提交
8f332e3cd4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/design/index.less

+ 2 - 1
src/design/index.less

@@ -39,7 +39,8 @@ html,
 body {
   width: 100%;
   height: 100%;
-  overflow-x: hidden;
+  overflow: visible !important;
+  overflow-x: hidden !important;
 
   &.color-weak {
     filter: invert(80%);