@@ -170,6 +170,7 @@ const touchend = e => {
}
let t = setTimeout(() => {
sondiv.scrollTop = 0;
+
clearTimeout(t);
}, 100);
});
@@ -55,6 +55,7 @@ defineProps({
.page-skeleton {
background-color: #fff;
padding: 10vh 0 0 0;
+ min-height: 100vh;
position: relative;
overflow: auto;
margin: 0 auto;