付延余
2022-04-18 8c0067935c0434e3f51ffae901964a81fd8b1f2f
1
2
3
4
5
@mixin overflow-y() {
   overflow-y: auto;
   touch-action: pan-y;
   -webkit-overflow-scrolling: touch;
}