diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-18 15:23:50 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-18 15:23:50 +0900 |
| commit | 0a295e1bb0b6216a81f9e852fc28dea7f796fb99 (patch) | |
| tree | 4aadc8b6a3fb7735295da1f9909285825d10c153 /packages/frontend/src/ui/minimum.vue | |
| parent | follow up of 6c8f21b608eb6e9e7691983c7e57f1cbe0a28fc1 (diff) | |
| download | misskey-0a295e1bb0b6216a81f9e852fc28dea7f796fb99.tar.gz misskey-0a295e1bb0b6216a81f9e852fc28dea7f796fb99.tar.bz2 misskey-0a295e1bb0b6216a81f9e852fc28dea7f796fb99.zip | |
🎨
Diffstat (limited to 'packages/frontend/src/ui/minimum.vue')
| -rw-r--r-- | packages/frontend/src/ui/minimum.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/frontend/src/ui/minimum.vue b/packages/frontend/src/ui/minimum.vue index 95d564f5a3..ebaa46850c 100644 --- a/packages/frontend/src/ui/minimum.vue +++ b/packages/frontend/src/ui/minimum.vue @@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only <template> <div :class="$style.root"> - <div style="container-type: inline-size;"> + <div class="_pageContainer" style="height: 100%;"> <RouterView/> </div> @@ -46,6 +46,5 @@ document.documentElement.style.overflowY = 'scroll'; <style lang="scss" module> .root { min-height: 100dvh; - box-sizing: border-box; } </style> |