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

This commit is contained in:
vben 2020-12-31 21:44:11 +08:00
parent 9c2f3f30bb
commit 8f332e3cd4

View File

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