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