mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
perf(ios): move content to stacking context while preserving position: fixed behavior (#22489)
resolves #22473
This commit is contained in:
@ -100,7 +100,9 @@
|
|||||||
*
|
*
|
||||||
* See: https://bugs.webkit.org/show_bug.cgi?id=216701
|
* See: https://bugs.webkit.org/show_bug.cgi?id=216701
|
||||||
*/
|
*/
|
||||||
will-change: scroll-position, transform;
|
z-index: 0;
|
||||||
|
|
||||||
|
will-change: scroll-position;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroll-y {
|
.scroll-y {
|
||||||
|
Reference in New Issue
Block a user