diff options
| author | Marie <marie@kaifa.ch> | 2023-09-30 17:04:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-30 17:04:37 +0200 |
| commit | 2b4e9e5b8c91f0c3693445a9bb8a105328ef030b (patch) | |
| tree | 8ebf1c1bc5f28366ebb950bc3838cd6618fd4456 | |
| parent | Merge pull request #26 from transfem-org/test/fixfont (diff) | |
| download | sharkey-2b4e9e5b8c91f0c3693445a9bb8a105328ef030b.tar.gz sharkey-2b4e9e5b8c91f0c3693445a9bb8a105328ef030b.tar.bz2 sharkey-2b4e9e5b8c91f0c3693445a9bb8a105328ef030b.zip | |
upd: remove overscroll
| -rw-r--r-- | packages/frontend/src/ui/universal.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue index cc66bb47a4..38168cc195 100644 --- a/packages/frontend/src/ui/universal.vue +++ b/packages/frontend/src/ui/universal.vue @@ -240,7 +240,6 @@ body { position: fixed; top: 0; left: 0; - overscroll-behavior: none; } #misskey_app { |