parent
a25fa62d64
commit
29f5e5ca32
|
@ -16,8 +16,9 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<main class="main" @contextmenu.stop="onContextmenu">
|
<main class="main" @contextmenu.stop="onContextmenu">
|
||||||
<div class="content" style="container-type: inline-size;">
|
<div class="content">
|
||||||
<RouterView/>
|
<StackingRouterView v-if="prefer.s['experimental.stackingRouterView']"/>
|
||||||
|
<RouterView v-else/>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
@ -318,4 +319,8 @@ onMounted(() => {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue