Skip to content

Commit

Permalink
fix(Button): return back position relative
Browse files Browse the repository at this point in the history
  • Loading branch information
teleginzhenya committed Mar 26, 2024
1 parent 85ec444 commit 79ccb7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $block: '.#{variables.$ns}button';
--_--font-size: var(--g-text-body-1-font-size);

@include mixins.button-reset();
position: relative;
overflow: visible;
box-sizing: border-box;
height: var(--g-button-height, var(--_--height));
Expand Down

0 comments on commit 79ccb7a

Please sign in to comment.