Skip to content

Commit

Permalink
Fix z-index issue for filter dropdowns
Browse files Browse the repository at this point in the history
Resolved a z-index issue where filter dropdowns were obscured by 
underlying
elements. Added a higher z-index value to ensure dropdowns
appear above other content.
  • Loading branch information
rainerdema committed Dec 12, 2023
1 parent 5137abd commit aebb511
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
rounded-md shadow-lg
bg-white
ring-1 ring-black ring-opacity-5
z-10
">
<div class="relative">
<% if @selections.size > 6 %>
Expand Down

0 comments on commit aebb511

Please sign in to comment.