Skip to content

Commit

Permalink
fix(spreadsheet): move last cell editor button infront of the cell so…
Browse files Browse the repository at this point in the history
… its clickable
  • Loading branch information
joneff committed Dec 23, 2020
1 parent b46d9f8 commit d386f83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/default/scss/spreadsheet/_layout.scss
Expand Up @@ -488,6 +488,9 @@
padding: 0;
z-index: 60;
}
.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button.k-spreadsheet-last-column {
transform: translateX(-100%);
}

.k-spreadsheet-active-cell {
// sass-lint:disable-block no-important
Expand Down

0 comments on commit d386f83

Please sign in to comment.