filesbox/miniprogram/FilesBox/components/page-scroll/page-scroll.wxss

4 lines
395 B
Plaintext
Raw Normal View History

2023-09-21 02:23:31 +00:00
/* components/page-scroll/page-scroll.wxss */
/* 页面取消滚动使用scroll-view */
.container-sv{position: fixed;left: 0;width: 100%;bottom: calc( 100rpx + env(safe-area-inset-bottom) );overflow-anchor:none;-webkit-overflow-scrolling: touch;}
.container-sv-n{position: fixed;left: 0;width: 100%;bottom: env(safe-area-inset-bottom);overflow-anchor:none;-webkit-overflow-scrolling: touch;}