mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Fixed z-index position of the autocomplete list
This commit is contained in:
parent
f44491685e
commit
c50abd597f
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete__item {
|
.autocomplete__item {
|
||||||
|
|
Loading…
Reference in a new issue