mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
修复popup组件弹出的container遮挡主页事件bug (#83)
This commit is contained in:
parent
7467a30020
commit
6b76ab59ef
@ -1,3 +1,9 @@
|
||||
.zan-popup {
|
||||
visibility: hidden;
|
||||
}
|
||||
.zan-popup--show {
|
||||
visibility: visible;
|
||||
}
|
||||
.zan-popup__mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user