codyhouse / cd-wizard-form-changelog

Report issues and get notified about changes affecting the 'Wizard Form' component.
https://codyhouse.co/ds/components/app/wizard-form
0 stars 0 forks source link

Wizard doesn't have the right height #5

Closed dariopetraroia closed 11 months ago

dariopetraroia commented 1 year ago

Hy,

the wizard doesn't have the right height so the footer doesn't display correctly.

I used this page: https://codyhouse.co/app/components/demo/demo-wizard-form

Please check video

Thanks

https://user-images.githubusercontent.com/5861215/207043011-f6eb47df-ec11-496b-bbbd-ad4c806bd3c9.mp4

claudia-romano commented 1 year ago

Hi Dario, this is a bug of the vh unit on iOS. You can set the .wiz-form height to 100svh (rather than 100vh) and this should solve the issue.

claudia-romano commented 11 months ago

Hi Dario, the component has been updated to use the dynamic viewport units (100dvh) that fix the issue. Cheers!