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