zhangxiaoxu123456
2022-04-11 057561094232692050259e049eb59d579133bb23
1
2
3
4
5
6
@mixin overflow-y($h) {
   max-height: $h;
   overflow-y: auto;
   touch-action: pan-y;
   -webkit-overflow-scrolling: touch;
}