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;
top: 100%;
width: 100%;
z-index: 99;
z-index: 501; /* Above TimelineQueueHeader */
box-shadow: 4px 4px 6px rgba($base-shadow-color, 0.4);
background: var(--background-color);
border-radius: 0 0 4px 4px;