You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mounting an app block using fixed positioning causes the fixed element to display relative to the app block's section html element and seems to not respect z-index and various other CSS properties.
Describe the expected behavior
The fixed element rendered by the app block should ignore the document flow and not be contained by the HTML element that corresponds to the app block section.
When disabling the 'reveal sections on scroll' setting, the app block elements work as expected.
Version information (Dawn, browsers and operating systems)
Describe the current behavior
Mounting an app block using fixed positioning causes the fixed element to display relative to the app block's section html element and seems to not respect z-index and various other CSS properties.
Describe the expected behavior
The fixed element rendered by the app block should ignore the document flow and not be contained by the HTML element that corresponds to the app block section.
When disabling the 'reveal sections on scroll' setting, the app block elements work as expected.
Version information (Dawn, browsers and operating systems)
Possible solution
Additional context/screenshots
Code for app block
Video:
https://github.com/Shopify/dawn/assets/89167030/969ffc4a-6bf3-4b35-946b-f1cc26756709
The text was updated successfully, but these errors were encountered: