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

@@ -324,7 +324,7 @@ $widgets-hide-threshold: 1090px;
min-width: 0;
overflow: auto;
overflow-y: scroll;
overscroll-behavior: none;
overscroll-behavior: contain;
background: var(--bg);
}