Skip to content

Commit 8f332e3

Browse files
committed
fix(modal): do not hide the scroll bar when opening the pop-up window vbenjs#151
1 parent 9c2f3f3 commit 8f332e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/design/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ html,
3939
body {
4040
width: 100%;
4141
height: 100%;
42-
overflow-x: hidden;
42+
overflow: visible !important;
43+
overflow-x: hidden !important;
4344

4445
&.color-weak {
4546
filter: invert(80%);

0 commit comments

Comments
 (0)