Skip to content

Commit 711790a

Browse files
author
Tim Shawver
committed
Fix issue where the border for the edit cell box was getting cut off.
1 parent b105034 commit 711790a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

js/src/qgrid.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,10 @@
383383
z-index: 90;
384384
}
385385

386+
.q-grid .slick-cell.editable {
387+
z-index: 91 !important;
388+
}
389+
386390
.q-grid .slick-cell.selected {
387391
background-color: transparent;
388392
}

0 commit comments

Comments
 (0)