mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-12 10:18:58 +08:00
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
.van-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: @overlay-background-color;
|
|
}
|