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; grid-area: input;
/* WebKit/Safari requires this hack for some reason, works fine without in other browsers */ /* WebKit/Safari requires this hack for some reason, works fine without in other browsers */
min-height: 2.25rem; min-height: 2.25rem;
z-index: 999; z-index: 1;
box-shadow: 0 0 1rem var(--modal-box-shadow-color); box-shadow: 0 0 1rem var(--modal-box-shadow-color);
blockquote.reply-body > pre { blockquote.reply-body > pre {