fix of f8ed6b1a5
This commit is contained in:
parent
f8ed6b1a54
commit
2a92e3c1c9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue