Skip to content

Commit

Permalink
fix: APPS-3043 Add z-index to dropdown button (#673)
Browse files Browse the repository at this point in the history
fix: add z-index to dropdown button

Co-authored-by: tinuola <[email protected]>
  • Loading branch information
tinuola and tinuola authored Jan 7, 2025
1 parent 483cff7 commit 4250fe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/default/_button-dropdown.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.button-dropdown {
position: relative;
z-index: 100;

.button-svg {
position: relative;
top: 1px;
Expand Down

1 comment on commit 4250fe3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.