Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Click on Active Radio Toggle Switch On Tab Editor #2015

Open
WyattJohnsonTech opened this issue Jan 31, 2025 · 1 comment
Open

Comments

@WyattJohnsonTech
Copy link

Unable to click on radio toggle switch due to the default radio button css being a minimum of 100 Width. Changing this value to 15 works great and allows me to have proper functionality of the Radio Toggle Switch

.form-control, .form-material .form-control, .input-group .form-control, .select2-container--default .select2-search--dropdown .select2-search__field, input, select, span.select2-selection.select2-selection--multiple, span.select2-selection.select2-selection--single {
color: #eee;
margin: 0;
border: 0;
height: 36px;
min-width: 100px;
font-size: 15px;
font-weight: 600;
line-height: 1.5;
padding: 0 12px;
border-radius: 3px;
vertical-align: middle;
background: rgba(255, 255, 255, .25);
transition: background .2s;
}

This did not happen on my instance until i started added more tabs and randomly broke. Redeploying on docker including image removal did not do anything. Unsure what specific action trigged this CSS field to be set to a minimum 100 width. I did try disabling the plex integration on homepage to see if that caused this.

Image

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant