mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 19:08:45 +08:00
修复 modal 滚轮可滚,滚动条不可滚的问题
This commit is contained in:
parent
7ffa240a86
commit
c677b40dcc
@ -80,6 +80,7 @@
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
background-color: $Modal-overlay-bg;
|
||||
pointer-events: none; // 很重要,如果不设置,弹框虽然滚轮可滚,但是鼠标没办法操作滚动条。
|
||||
opacity: 0;
|
||||
|
||||
&.in {
|
||||
|
Loading…
Reference in New Issue
Block a user