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

Commit 3a4492f

Browse files
committed
fix(drawer): Removed no longer necessary will-change property from the drawer.
1 parent 10982d0 commit 3a4492f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
# - build all the packages
192192
build:
193193
executor: barista
194-
resource_class: xlarge
194+
resource_class: large
195195
steps:
196196
- attach_workspace:
197197
at: ~/barista

libs/barista-components/drawer/src/drawer.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
position: relative;
99
transform: translate3d(-100%, 0, 0);
1010
outline: none;
11-
will-change: transform;
1211
// drawer backdrop has a z-index of 2
1312
z-index: 3;
1413

0 commit comments

Comments
 (0)