提交 8f332e3c 作者: vben

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

上级 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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论