Skip to content
Snippets Groups Projects
Commit 92337b05 authored by syuilo's avatar syuilo
Browse files

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

parent e5fce15b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment