1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 03:54:07 +02:00

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);