mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06: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…
Reference in New Issue
Block a user