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
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
Describe the bug
There are some sections in the docs with unwanted empty spaces at the bottom. Scrolling down continuously on sections with radio buttons or pressing any sample radio button will expose this empty space.
Click on any radio button OR scroll down continuously
Expected behavior
Same with other sections, there should be no empty space at the bottom of the window when visiting the affected sections. Clicking a radio button should only set a button to an 'active' state instead of exposing the empty space.
Screenshots
Desktop (please complete the following information):
OS: Windows 10
Browser: Chrome
Version: 97.0.4692.99 (64-bit)
Additional context
Issue is apparently caused by the main scrollbar, since disabling overflow-y: scroll in #main-content resolves the issue.