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 6c5fa1f commit c6e1694Copy full SHA for c6e1694
src/components/DataBrowserHeaderBar/DataBrowserHeaderBar.react.js
@@ -110,10 +110,11 @@ export default class DataBrowserHeaderBar extends React.Component {
110
handleStyle.position = 'sticky';
111
handleStyle.left = handleLefts[i];
112
handleStyle.zIndex = 11;
113
- handleStyle.background = wrapStyle.background;
114
if (i === freezeIndex) {
115
handleStyle.marginRight = 0;
116
handleStyle.width = 4;
+ } else {
117
+ handleStyle.background = wrapStyle.background;
118
}
119
120
elements.push(
0 commit comments