diff --git a/.circleci/config.yml b/.circleci/config.yml index ecab8eff2f..4e90abef18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -191,7 +191,7 @@ jobs: # - build all the packages build: executor: barista - resource_class: xlarge + resource_class: large steps: - attach_workspace: at: ~/barista diff --git a/libs/barista-components/drawer/src/drawer.scss b/libs/barista-components/drawer/src/drawer.scss index c7f7271213..2dbab5fcd9 100644 --- a/libs/barista-components/drawer/src/drawer.scss +++ b/libs/barista-components/drawer/src/drawer.scss @@ -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;