Skip to content

Commit

Permalink
Prevent shadow flickering while scrolling on iOS 14
Browse files Browse the repository at this point in the history
REDMINE-19299
  • Loading branch information
tf committed Oct 27, 2021
1 parent 51f5aa9 commit 6ede654
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
width: 100%;
z-index: 1;
transition: opacity 1s ease;
/* Prevents shadow from flickering on iPhone 12/iOS 14 */
will-change: opacity;
}

/* dark shadow */
Expand Down

0 comments on commit 6ede654

Please sign in to comment.