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
"SVH differs from DVH in that it assumes that elements like the address bar, etc., are not being displayed and, therefore, removes the auto-resizing issues present in DVH ... Iin most instances, SVH offers a more consistent approach to handling the height of your content onscreen but may also have some content obscured when additional elements appear onscreen – things like your address bar, etc."
So, better for mobile and scrolling to use svh, but once stopped, it could affect the content? But nice to have the option?
main {
min-height: 100vh;
min-height: 100svh; // ??
}
The text was updated successfully, but these errors were encountered: