首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
移动端遮罩层有滚动条的情况下覆盖全屏
移动端遮罩层有滚动条的情况下覆盖全屏
mac
2024-04-01
40
原本用position:absolute;页面滚动遮罩层不会覆盖下方内容,换成position:fixed;就可以解决问题了。
.mask { position: fixed; z-index: 99; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; overflow: auto; backdrop-filter: blur(10px); opacity: 0.4; background: #000; }
转载请注明原文地址: https://mac.8miu.com/read-488109.html
最新回复
(
0
)