NEW269498
Wrong stacking order in subgrid
https://bugs.webkit.org/show_bug.cgi?id=269498
Summary Wrong stacking order in subgrid
bart
Reported 2024-02-15 13:09:34 PST
I have built a carousel to test a particular use case for subgrid I've been sitting on for years. See it here: http://chrome-subgrid-issue.surge.sh/ To see the expected layout, view the test page in Firefox or recent Chrome. One of the issues I'm seeing in Safari 17.3 is that the .nav-buttons element ("navigation below slide content") should be rendering above (in z) the elements earlier in DOM order. In other words, it should be visible no matter what the current scroll position of the horizontally scrolling element is. Currently, it's rendering beneath, and so is obscured by the grey background colours of other elements. (To work around it, give it position: relative.) Relevant screenshots are attached to sister ticket https://bugs.webkit.org/show_bug.cgi?id=268953
Attachments
Radar WebKit Bug Importer
Comment 1 2024-02-19 14:47:30 PST
Note You need to log in before you can comment on or make changes to this bug.