DearDiary#0039

The dvh (dynamic viewport height) unit solves the issue of content resizing and shifting when the browser UI changes size during scrolling. It dynamically adjusts the content size based on the current viewport size, ensuring proper sizing within the viewport. However, using dvh can cause content to resize while scrolling, which may be disturbing or impact performance, so it should be used judiciously.