Skip to content

Commit 6c5fa1f

Browse files
committed
fix frozen column gap
1 parent 4291dff commit 6c5fa1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/DataBrowserHeaderBar/DataBrowserHeaderBar.react.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ export default class DataBrowserHeaderBar extends React.Component {
111111
handleStyle.left = handleLefts[i];
112112
handleStyle.zIndex = 11;
113113
handleStyle.background = wrapStyle.background;
114+
if (i === freezeIndex) {
115+
handleStyle.marginRight = 0;
116+
handleStyle.width = 4;
117+
}
114118
}
115119
elements.push(
116120
<DragHandle

0 commit comments

Comments
 (0)