fix(frontend): 一部モーダルダイアログでスクロールできない問題を修正
This commit is contained in:
parent
e5fce15ba5
commit
92337b0504
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
### Client
|
||||
- リストTLで、ユーザーが追加・削除されてもTLを初期化しないように
|
||||
- Fix: モバイル表示のときページ下部がナビゲーションバーに隠れる問題を修正
|
||||
- Fix: 一部モーダルダイアログでスクロールできない問題を修正
|
||||
- Fix: Selecting all emojis in Custom emoji is impossible
|
||||
|
||||
### Server
|
||||
|
|
|
@ -431,6 +431,7 @@ defineExpose({
|
|||
margin: auto;
|
||||
padding: 32px;
|
||||
display: flex;
|
||||
overflow: auto;
|
||||
|
||||
@media (max-width: 500px) {
|
||||
padding: 16px;
|
||||
|
|
Loading…
Reference in a new issue