ComposeForm: display autosuggestions above TimelineQueueButtonHeader
This commit is contained in:
parent
5e6058489b
commit
ddad49480b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue