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

@ -19,6 +19,7 @@
### Client
- リストTLで、ユーザーが追加・削除されてもTLを初期化しないように
- Fix: モバイル表示のときページ下部がナビゲーションバーに隠れる問題を修正
- Fix: 一部モーダルダイアログでスクロールできない問題を修正
- Fix: Selecting all emojis in Custom emoji is impossible
### Server

View file

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