summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkWindow.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-03-03 08:48:52 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-03-03 08:48:52 +0900
commitcf8a7f93d5b67163272bb75064b090d82a6700e9 (patch)
tree2c4056db2c4d8014d2e0f1433317e638dc6dcc1e /packages/frontend/src/components/MkWindow.vue
parent:art: (diff)
downloadmisskey-cf8a7f93d5b67163272bb75064b090d82a6700e9.tar.gz
misskey-cf8a7f93d5b67163272bb75064b090d82a6700e9.tar.bz2
misskey-cf8a7f93d5b67163272bb75064b090d82a6700e9.zip
:art:
Diffstat (limited to 'packages/frontend/src/components/MkWindow.vue')
-rw-r--r--packages/frontend/src/components/MkWindow.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkWindow.vue b/packages/frontend/src/components/MkWindow.vue
index f7565ca59f..e7ad2b9a43 100644
--- a/packages/frontend/src/components/MkWindow.vue
+++ b/packages/frontend/src/components/MkWindow.vue
@@ -23,7 +23,7 @@
<button v-if="closeButton" v-tooltip="i18n.ts.close" class="_button" :class="$style.headerButton" @click="close()"><i class="ti ti-x"></i></button>
</span>
</div>
- <div :class="$style.content">
+ <div v-container :class="$style.content">
<slot></slot>
</div>
</div>