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

FIX No more floating checkboxes #286

Merged

Conversation

GuySartorelli
Copy link
Collaborator

@GuySartorelli GuySartorelli commented May 29, 2024

Description

Stops the checkboxes from floating around when scrolling.

form-check-input has position: absolute. That's a bootstrap class. It assumes you'll have a div with form-check above it somewhere. We can't just pop that on the <th> and <td> elements though, because it also adds display: block which is horribly inappropriate for a table header or cell.

Issues

@emteknetnz emteknetnz merged commit e6b27ac into colymba:4.0 May 29, 2024
6 checks passed
@emteknetnz emteknetnz deleted the pulls/4.0/no-floating-checkboxes branch May 29, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants