mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/composer: fix z-index
This commit is contained in:
parent
1e347a4c00
commit
b664e45a97
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ div.message-composer {
|
|||
grid-area: input;
|
||||
/* WebKit/Safari requires this hack for some reason, works fine without in other browsers */
|
||||
min-height: 2.25rem;
|
||||
z-index: 999;
|
||||
z-index: 1;
|
||||
box-shadow: 0 0 1rem var(--modal-box-shadow-color);
|
||||
|
||||
blockquote.reply-body > pre {
|
||||
|
|
Loading…
Add table
Reference in a new issue