mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 07:06:04 +00:00
We paint grid item nodes as a stacking context when they have no `z-index` style set. However, a grid item could already have a stacking context established - for example, when the `filter` style is applied. This causes these nodes to be drawn twice. Skip painting grid item nodes if a stacking context is already present.