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
Styling of the signup form for email campaign is broken on Galaxy Fold, and due to the limitations of styling iFrames, it's difficult to find a solution.
Need to look into other solutions for a more reliable form for that.
@Unesdala try using this https://www.npmjs.com/package/react-iframe
also when it hits the min-width where the text goes wonkey, just set the overflow x to scroll and allow the content to flow over the page width, (user can just push iframe around on their phone to see the rest of the content then), thanks
The text was updated successfully, but these errors were encountered:
Styling of the signup form for email campaign is broken on Galaxy Fold, and due to the limitations of styling iFrames, it's difficult to find a solution.
Need to look into other solutions for a more reliable form for that.
@Unesdala try using this https://www.npmjs.com/package/react-iframe
also when it hits the min-width where the text goes wonkey, just set the overflow x to scroll and allow the content to flow over the page width, (user can just push iframe around on their phone to see the rest of the content then), thanks
The text was updated successfully, but these errors were encountered: