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
fix: resolve mobile layout issues (iOS zoom, overflow, date input sizing)
- Add font-size: 1rem on form inputs to prevent iOS Safari auto-zoom
- Add min-width: 0 on body grid children to prevent content overflow
- Add min-width: 0 and max-width: 100% on fieldset for narrow viewports
- Add max-width: 100% on file input to contain iOS native rendering
- Strip appearance on date/time inputs to fix iOS content-box override
- Add min-height on inputs to prevent empty time input collapse on iOS
Copy file name to clipboardExpand all lines: demo/index.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -463,5 +463,6 @@ <h4><code><figure></code> element with a <code><picture></code> elem
463
463
<footer>
464
464
<p>nimble.css test page. Based on <ahref="https://github.com/cbracco/html5-test-page">html5-test-page</a> by <ahref="https://twitter.com/cbracco">@cbracco</a>.</p>
0 commit comments