fix(frontend): 一部モーダルダイアログでスクロールできない問題を修正

This commit is contained in:
syuilo 2023-07-26 13:50:58 +09:00
parent e5fce15ba5
commit 92337b0504
2 changed files with 2 additions and 0 deletions

View file

@ -431,6 +431,7 @@ defineExpose({
margin: auto;
padding: 32px;
display: flex;
overflow: auto;
@media (max-width: 500px) {
padding: 16px;