enhance(frontend): improve pull to refresh (MisskeyIO#209)

* enhance(frontend): improve pull to refresh
cheery-picked from a656447aa5
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

* tweak MkPullToRefresh
cheery-picked from 39f7318048
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
まっちゃとーにゅ 2023-11-06 22:25:30 +09:00 committed by GitHub
parent 78d3041f34
commit a946aa3df9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 32 deletions

View file

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