-
💡 CSS idea of the day:
css :root { --full-height: 100vh; } @supports(height: 100dvh) { :root { --full-height: 100dvh; } }
Clever? Stupid? Old? nicolas-hoizey.com/notes/2022/07/19/1/
-
@supports Want to know more about new large, small, and dynamic viewport CSS units? nicolas-hoizey.com/links/2021/07/12/the-large-small-and-dynamic-viewports/