Skip to content

Commit

Permalink
Fix multiselect being clipped by ToolForm header
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Dec 11, 2024
1 parent 58496b9 commit 9220710
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/style/scss/multiselect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@
}
}
}

.multiselect--active {
z-index: 1500; // Should be on top of everything
}

0 comments on commit 9220710

Please sign in to comment.