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