Selaa lähdekoodia

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

vben 4 vuotta sitten
vanhempi
commit
8f332e3cd4
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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%);