diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-29 20:02:51 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-29 20:02:51 +0900 |
| commit | 1b776a7e7e160b337434006fbf67ac242c539da3 (patch) | |
| tree | f9796ad306af4836410d0f13e0b80e38f08cb363 /packages/frontend/src | |
| parent | Revert "test" (diff) | |
| download | misskey-1b776a7e7e160b337434006fbf67ac242c539da3.tar.gz misskey-1b776a7e7e160b337434006fbf67ac242c539da3.tar.bz2 misskey-1b776a7e7e160b337434006fbf67ac242c539da3.zip | |
perf(frontend): reduce stack contexts
Diffstat (limited to 'packages/frontend/src')
| -rw-r--r-- | packages/frontend/src/ui/universal.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue index aeabcb3213..4719595729 100644 --- a/packages/frontend/src/ui/universal.vue +++ b/packages/frontend/src/ui/universal.vue @@ -214,9 +214,6 @@ html, body { width: 100%; height: 100%; - position: fixed; - top: 0; - left: 0; overscroll-behavior: none; } |