Skip to content

Commit

Permalink
fix(dropdown): update dropdown content z index
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Nov 10, 2024
1 parent 34c16dc commit d3a9dd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/scss/components/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $dropdown-z: 40 !default;
"dropdown-disabled-opacity": #{$dropdown-disabled-opacity},
"dropdown-gap": #{$dropdown-gap},
"dropdown-z": #{$dropdown-z},
"dropdown-content-z": #{$dropdown-z},
)
);

Expand Down Expand Up @@ -85,6 +86,7 @@ $dropdown-z: 40 !default;
position: static;
display: inline-block;
padding: 0;
z-index: 0;
}

// position classes
Expand Down

0 comments on commit d3a9dd1

Please sign in to comment.