Explorar o código

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

vben %!s(int64=4) %!d(string=hai) anos
pai
achega
8f332e3cd4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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%);