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 has been 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.
The text was updated successfully, but these errors were encountered:
I quickly took a look and it seems to be an issue with the CVisuallyHidden component that is used in the CRadio component.
It has an absolute position but I don't see why it is acting up just now. 🤔
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.
Issue happens on:
To Reproduce
Steps to reproduce the behavior:
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):
Additional context
Issue is apparently caused by the main scrollbar, since disabling
overflow-y: scroll
in#main-content
resolves the issue.The text was updated successfully, but these errors were encountered: