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
Additional context
For mobile view the overlay with options should be visible. Overlay has position: fixed.
Based on docs here https://developer.mozilla.org/en-US/docs/Web/CSS/position ,
Fixed is positioned relative to the initial [containing block] established by the [viewport] except when one of its ancestors has a transform, perspective, or filter property set to something other than none. I investigated Content Pages and they have a transform set, so probably it doesn't work because of this.
Describe the bug
The form with SfComponentSelect inside the ContentPages component will not work on Mobile view.
How to reproduce
Steps to reproduce the behavior:
Expected behavior
It is possible to select the Country, options are present
Actual behavior
Code examples
My Account page example - address form https://docs.storefrontui.io/?path=/docs/components-pages-myaccount--my-account
Additional context
For mobile view the overlay with options should be visible. Overlay has position: fixed.
Based on docs here https://developer.mozilla.org/en-US/docs/Web/CSS/position ,
Fixed is positioned relative to the initial [containing block] established by the [viewport] except when one of its ancestors has a transform, perspective, or filter property set to something other than none. I investigated Content Pages and they have a transform set, so probably it doesn't work because of this.
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: