fix(frontend): 投稿フォームがオーバーフローした際にスクロールできるように (#15571)

* fix(frontend): 投稿フォームがオーバーフローした際にスクロールできるように

* Update Changelog

* remove unused props
This commit is contained in:
かっこかり
2025-03-03 17:17:20 +09:00
committed by GitHub
parent 0610bd657f
commit bbe404a0b2
3 changed files with 20 additions and 2 deletions

View File

@@ -1082,6 +1082,8 @@ defineExpose({
&.modal {
width: 100%;
max-width: 520px;
overflow-x: clip;
overflow-y: auto;
}
}