Scrollbar on ArcBlock Community Page Doesn’t Reach Bottom at 100% Zoom

When I open the ArcBlock Community page (community.arcblock.io) in my browser at 100% zoom, I notice that the scrollbar on the right side doesn’t reach the bottom of the screen—it looks cut off. But when I zoom out to 90%, the scrollbar appears normally and touches the bottom as expected. This can be a bit confusing since it makes it seem like some content might be hidden or not fully loaded. I suspect it’s related to how the page layout handles height or overflow. There might be some CSS like overflow: hidden or a fixed height that's not adapting to the viewport. It would help to review the layout and make it more responsive, maybe by using min-height: 100vh or a flex layout to ensure the scrollbar is always fully visible regardless of zoom level.