-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to alternative z-index hack for safari
We were previously using translate3d to force safari to deal correctly z-index stacking (by forcing it to recompute stacking). We were relying on a no-op translate to cause this recompute, but that has the side effect of making `fixed` position elements not work, since the position of the root element is being translated. Use of a non-zero opacity has the same effect, but doesn’t affect `fixed` children. Fixes #7361
- Loading branch information
1 parent
24672a4
commit 284dcdf
Showing
1 changed file
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters