Commit 8f332e3cd45814a181a24c884edf050936928755

Authored by vben
1 parent 9c2f3f30

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

Showing 1 changed file with 2 additions and 1 deletions
src/design/index.less
... ... @@ -39,7 +39,8 @@ html,
39 39 body {
40 40 width: 100%;
41 41 height: 100%;
42   - overflow-x: hidden;
  42 + overflow: visible !important;
  43 + overflow-x: hidden !important;
43 44  
44 45 &.color-weak {
45 46 filter: invert(80%);
... ...