Skip to content

Commit

Permalink
fix: Drop-down list for Group selection isn't displayed in site admin…
Browse files Browse the repository at this point in the history
…istration - EXO-73925 - Meeds-io/meeds#2388. (#828) (#829)

Before this change, when open administration site and open Application
center/spaces administration page or multifactor authentication or
permissions site or permissions on page then type a group name, no
Drop-down list for group suggestions is displayed. After this change, a
drop-down list is displayed showing the groups respecting the searched
words.

(cherry picked from commit 426e37d)
  • Loading branch information
Jihed525 authored Sep 16, 2024
1 parent 6668268 commit 7bb68e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ div.suggestions div.resultItem p {
}
.selectize-dropdown {
position: absolute;
z-index: 10;
z-index: @zindexDropdown !important;
border: 1px solid #d0d0d0;
background: @baseBackground;
margin: -1px 0 0 0;
Expand Down

0 comments on commit 7bb68e7

Please sign in to comment.