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.
2 parents 580ebef + 70e9872 commit 227fd47Copy full SHA for 227fd47
frontend/src/index.scss
@@ -88,3 +88,14 @@ pre {
88
.Select-menu {
89
max-height: 400px;
90
}
91
+
92
+// override stickiness of checkbox-select frozen header row:
93
+// https://github.com/adazzle/react-data-grid/issues/1386#issuecomment-510532495
94
+// the full select column isn't frozen so alignment gets off during horizontal scrolling
95
+.react-grid-Row .react-grid-Cell--frozen {
96
+ transform: translate3d(0px, 0px, 0px) !important;
97
+}
98
99
+.react-grid-HeaderRow .react-grid-HeaderCell--frozen {
100
101
0 commit comments