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

fix(drawer): Removed no longer necessary will-change property from the drawer. #2816

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading