Skip to content
Snippets Groups Projects
Commit 2a92e3c1 authored by syuilo's avatar syuilo
Browse files

fix of f8ed6b1a

parent f8ed6b1a
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<MkStickyContainer :class="$style.contents">
<template #header><XStatusBars :class="$style.statusbars"/></template>
<main style="min-width: 0;" :style="{ background: pageMetadata?.value?.bg }" @contextmenu.stop="onContextmenu">
<div :class="$style.content" style="container-type: size;">
<div :class="$style.content" style="container-type: inline-size;">
<RouterView/>
</div>
<div :class="$style.spacer"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment