提交 8f332e3c 编写于 作者: V vben

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

上级 9c2f3f30
...@@ -39,7 +39,8 @@ html, ...@@ -39,7 +39,8 @@ html,
body { body {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow-x: hidden; overflow: visible !important;
overflow-x: hidden !important;
&.color-weak { &.color-weak {
filter: invert(80%); filter: invert(80%);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册