Skip to content

Commit

Permalink
FIX Ensure react-select field menus are always on top (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Dec 19, 2023
1 parent 07cfc47 commit 0755502
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions client/src/components/ListboxField/ListboxField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,7 @@
color: #0071e6;
}
}

.ss-listbox-field__menu {
z-index: 20000;
}
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,7 @@
color: #0071e6;
}
}

.treedropdownfield__menu {
z-index: 20000;
}

0 comments on commit 0755502

Please sign in to comment.