ComposeForm: display autosuggestions above TimelineQueueButtonHeader

This commit is contained in:
Alex Gleason 2021-10-05 12:11:59 -05:00
parent 5e6058489b
commit ddad49480b
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -151,7 +151,7 @@
position: absolute; position: absolute;
top: 100%; top: 100%;
width: 100%; width: 100%;
z-index: 99; z-index: 501; /* Above TimelineQueueHeader */
box-shadow: 4px 4px 6px rgba($base-shadow-color, 0.4); box-shadow: 4px 4px 6px rgba($base-shadow-color, 0.4);
background: var(--background-color); background: var(--background-color);
border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;