Skip to content

Commit

Permalink
fix(dropdown): solve position issue when set to bottom-right (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiiomiiguel authored Sep 12, 2024
1 parent 0619201 commit f439477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/components/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ $dropdown-mobile-zindex: 60 !default;
right: 0;
left: auto;
top: calc(
100% + var(--#{$prefix}"dropdown-menu-spacer", $dropdown-menu-spacer)
100% + var(--#{$prefix}dropdown-menu-spacer, $dropdown-menu-spacer)
);
bottom: auto;
}
Expand Down

0 comments on commit f439477

Please sign in to comment.