Fix select2 results hidden in background (Firefox only) #38844

This commit is contained in:
Nicolas Demonte 2020-01-29 11:24:09 +01:00
parent ef4ffcc5fa
commit e1b3003109
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@
.template-view .overlay-ajax .empty.field {
display: block;
}
.select2-drop {
z-index: 11000 !important; /* only necessary for Firefox; no explanation found. */
}