cm_vier_d
(Claus Mayer)
August 12, 2024, 7:43am
1
This is probably an easy fix, but we just can’t get it done:
We have an issue where the sticky menu at the bottom of a website reacts with too much delay to safari moving the adress bar in and out (see this video ) in mobile break points. It works just fine in chrome.
Does anyone know of a fix to that?
Much appreciated!
Thanks
Here is my site Read-Only: Webflow - VierD_Client-First
Stan
(justAnotherDeveloper)
August 12, 2024, 1:09pm
2
try to use dvh
something like this:
html, body {
height: 100vh; /* standard definition (as fallback) */
height: 100dvh; /* dynamic vh will make the trick on iOS */
}
overview
Learn the basics of VH, DVH, SVH, and LVH in CSS with this beginner's guide. Understand how these units work and how to use them effectively in your website design.
details
https://www.w3.org/TR/css-values-4/#viewport-relative-units
they are supported in all major browsers
it may help
cm_vier_d
(Claus Mayer)
August 22, 2024, 8:33am
3
Thank you so much Stan! It made things even smoother in Chrome, but hardly solved the issue for Safari. I guess we’ll have to live with it.
1 Like