mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
composer autocomplete z-index fix
This commit is contained in:
parent
21cd973c67
commit
b6d25f514a
@ -314,7 +314,7 @@
|
||||
}
|
||||
|
||||
.autocomplete {
|
||||
z-index: z("dropdown");
|
||||
z-index: z("composer","dropdown") + 1;
|
||||
position: absolute;
|
||||
width: 240px;
|
||||
background-color: $secondary;
|
||||
|
Loading…
x
Reference in New Issue
Block a user