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