Skip to content

Commit

Permalink
Fix white flash between slides
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored and jorgefilipecosta committed Apr 11, 2022
1 parent 71b7b79 commit 26b8740
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,12 @@
box-sizing: border-box;
}
.pattern-slide {
opacity: 0;
position: absolute;
top: 0;
width: 100%;
margin: auto;
padding: 0;
transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
transition: transform 0.5s, z-index 0.5s;
z-index: z-index(".block-editor-block-pattern-setup .pattern-slide");

&.active-slide {
Expand Down

0 comments on commit 26b8740

Please sign in to comment.