fix(client): Fix #10746

NSFWメディアの上に表示された「もっと見る」ボタンが押しづらい問題を修正
This commit is contained in:
tamaina 2023-05-07 12:37:11 +00:00
parent f94f3dae8b
commit 44ba2fd7cb
2 changed files with 2 additions and 0 deletions

View file

@ -695,6 +695,7 @@ function showReactions(): void {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
width: 100%;
height: 64px;
background: linear-gradient(0deg, var(--panel), var(--X15));