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

stylistic issue when editing handsontable spreadsheets #865

Open
nicoalee opened this issue Jan 10, 2025 · 1 comment
Open

stylistic issue when editing handsontable spreadsheets #865

nicoalee opened this issue Jan 10, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nicoalee
Copy link
Collaborator

There's a weird issue going on where the focused element will be smaller than the cell. This results in a weird effect when editing. When typing a lot (and overflowing the cell) we get a weird behavior with a scrollbar.

@nicoalee nicoalee added the bug Something isn't working label Jan 10, 2025
@nicoalee nicoalee self-assigned this Jan 10, 2025
@nicoalee
Copy link
Collaborator Author

The issue exists because the handsontable css version was not set. The correct version is 12.3.3.
The solution is to replace the CSS tag with the correct handsontable minified full CSS version:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/handsontable.full.min.css" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant