公告板
版本库
filestore
活动
搜索
登录
main
/
jiashicang-front
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
适配
zhangxiaoxu123456
2022-04-11
8317e320c373d5a08e8eaa95854cab828bd07ecd
[jiashicang-front.git]
/
src
/
assets
/
css
/
mixin.scss
1
2
3
4
5
6
@mixin overflow-y($h) {
max-height: $h;
overflow-y: auto;
touch-action: pan-y;
-webkit-overflow-scrolling: touch;
}