Skip to content

Commit

Permalink
Add transform to see that improves performance as mentioned here http…
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Sep 8, 2022
1 parent 77f83fe commit 13006b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/modal/style.scss
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@
background-color: rgba($black, 0.35);
z-index: z-index(".components-modal__screen-overlay");
display: flex;
// backdrop-filter: blur($grid-unit);

backdrop-filter: blur($grid-unit);
transform: translate3d(0, 0, 0);
// This animates the appearance of the white background.
@include edit-post__fade-in-animation();
}

0 comments on commit 13006b5

Please sign in to comment.