付延余
2022-04-22 9efb4e77cf44f0adaf677662c6779b45954a0a2b
src/assets/css/mixin.scss
@@ -1,5 +1,4 @@
@mixin overflow-y($h) {
   max-height: $h;
@mixin overflow-y() {
   overflow-y: auto;
   touch-action: pan-y;
   -webkit-overflow-scrolling: touch;