Skip to content

Commit

Permalink
Merge branch '2.1' into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2023
2 parents ef1385a + 0755502 commit f14fef3
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 f14fef3

Please sign in to comment.