Skip to content

Commit

Permalink
fix: cell text align between normal and edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocs committed Apr 11, 2024
1 parent 811e1f3 commit 8f5b70e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
height: 100%;

background: white;

canvas {
position: absolute;
top: -1px !important;
left: -1px !important;
}
}
}

0 comments on commit 8f5b70e

Please sign in to comment.