Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(drawer): Removed no longer necessary will-change property from th…
Browse files Browse the repository at this point in the history
…e drawer.
  • Loading branch information
tomheller committed Feb 23, 2024
1 parent 2885b39 commit cc6300b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/barista-components/drawer/src/drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
position: relative;
transform: translate3d(-100%, 0, 0);
outline: none;
will-change: transform;
// drawer backdrop has a z-index of 2
z-index: 3;

Expand Down

0 comments on commit cc6300b

Please sign in to comment.