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
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.
The text was updated successfully, but these errors were encountered:
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" />
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.
The text was updated successfully, but these errors were encountered: