1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 14:16:03 +02:00

fix(frontend): 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正 (#16837)

* fix(frontend): 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正

* Update Changelog

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
かっこかり
2025-11-24 11:18:01 +09:00
committed by GitHub
parent 86e4f15e95
commit c4f53aba3f
3 changed files with 8 additions and 3 deletions

View File

@@ -110,7 +110,11 @@ onUnmounted(() => {
<style lang="scss" module>
.root {
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bg {