diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-29 22:00:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-29 22:00:01 +0900 |
| commit | d866ab12e9e10eb809e701abbc63fbec98d74d45 (patch) | |
| tree | 1c02aed11ede5a3caf514bf9af6d23d1014a766d /packages/frontend | |
| parent | Bump version to 2025.3.2-beta.17 (diff) | |
| download | sharkey-d866ab12e9e10eb809e701abbc63fbec98d74d45.tar.gz sharkey-d866ab12e9e10eb809e701abbc63fbec98d74d45.tar.bz2 sharkey-d866ab12e9e10eb809e701abbc63fbec98d74d45.zip | |
perf(frontend): reduce stacking context in deck
Diffstat (limited to 'packages/frontend')
| -rw-r--r-- | packages/frontend/src/ui/deck.vue | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index 2d1917a346..c458bd02e4 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -226,9 +226,6 @@ html, body { width: 100%; height: 100%; - position: fixed; - top: 0; - left: 0; overscroll-behavior: none; } @@ -241,9 +238,6 @@ body { width: 100%; height: 100%; overflow: clip; - position: absolute; - top: 0; - left: 0; } </style> |