src/assets/css/mixin.scss
@@ -1,6 +1,11 @@ @mixin overflow-y($h) { max-height: $h; @mixin overflow-y() { overflow-y: auto; touch-action: pan-y; -webkit-overflow-scrolling: touch; } @mixin ellipsis() { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }