Skip to content

Commit

Permalink
fix: fix z-index of the dropdown options [PT-188162567]
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanik committed Aug 29, 2024
1 parent 1decfd5 commit 883913f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

.day-length-dropdown-options {
$padding: 4px;
z-index: 1;
z-index: 100;
position: absolute;
background-color: white;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
Expand Down

0 comments on commit 883913f

Please sign in to comment.