Skip to content

Commit

Permalink
fix(Drawer): revert visibility hidden on transition exit done
Browse files Browse the repository at this point in the history
  • Loading branch information
flops committed Oct 9, 2024
1 parent 45a5f9f commit 060d8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Drawer/Drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $block: '.#{variables.$ns}drawer';

&__item-transition-exit-done,
&__item-transition_direction_right-exit-done {
display: none;
visibility: hidden;
}

&__veil {
Expand Down

0 comments on commit 060d8dc

Please sign in to comment.