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 10982d0 commit 3a4492f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
# - build all the packages
build:
executor: barista
resource_class: xlarge
resource_class: large
steps:
- attach_workspace:
at: ~/barista
Expand Down
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 3a4492f

Please sign in to comment.