We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c083186 commit b069facCopy full SHA for b069fac
1 file changed
src/draggable/grid/header/toolbar/SortZone.mjs
@@ -66,7 +66,7 @@ class SortZone extends BaseSortZone {
66
67
config.cls = ['neo-grid-wrapper', me.owner.getTheme()];
68
69
- config.style.height = rect.height + 'px';
+ config.style.height = `${rect.height - 2}px`; // minus border-bottom & border-top
70
71
cells.forEach((cell, index) => {
72
row = VdomUtil.clone({cls: gridRows[index].cls, cn: [cell]}); // clone to remove ids
0 commit comments