enhance(frontend): improve pull to refresh

This commit is contained in:
syuilo 2023-11-04 08:56:48 +09:00
parent a8e976d72f
commit a656447aa5
3 changed files with 45 additions and 31 deletions

View file

@ -166,7 +166,7 @@ defineExpose({
<style lang="scss" module>
.root {
overscroll-behavior: none;
overscroll-behavior: contain;
min-height: 100%;
background: var(--bg);