Commit 8f332e3c authored by vben's avatar vben

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

parent 9c2f3f30
......@@ -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%);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment