This commit is contained in:
syuilo
2025-03-18 15:23:50 +09:00
parent 474155b677
commit 0a295e1bb0
11 changed files with 393 additions and 588 deletions

View File

@@ -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>