1
0
Fork 0
forked from Mirrors/gomuks

web/composer: fix z-index

This commit is contained in:
Tulir Asokan 2024-12-11 01:36:54 +02:00
parent 1e347a4c00
commit b664e45a97

View file

@ -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 {