소스 검색

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%);