Skip to content

Commit

Permalink
fix: popup z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed May 20, 2024
1 parent 64fc8de commit 1902234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/ui.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ form.multiFieldForm {

.popupContainer {
position: relative;
z-index: 1;
z-index: 2;
}

.inputSizer {
Expand Down

0 comments on commit 1902234

Please sign in to comment.