修复 modal 滚轮可滚,滚动条不可滚的问题

This commit is contained in:
2betop 2020-01-14 19:13:52 +08:00
parent c580b8ae3c
commit 7670faceea
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@
left: 0;
z-index: 1;
background-color: $Modal-overlay-bg;
pointer-events: none; // 很重要如果不设置弹框虽然滚轮可滚但是鼠标没办法操作滚动条
opacity: 0;
&.in {