File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # reactable 0.2.1.9000
2+
3+ ### Bug fixes
4+
5+ * Headers in fixed height tables now display properly in Safari, Chrome, and
6+ the RStudio Viewer ([ #76 ] ( https://github.com/glin/reactable/issues/76 ) ).
7+
18# reactable 0.2.1
29
310### New features
Original file line number Diff line number Diff line change @@ -162,10 +162,13 @@ input[type='radio'].rt-select-input {
162162}
163163
164164/**
165- * Fix flexbox bug in Safari and Chrome where table body can shrink below its
166- * min height when overflowed, causing footers to show up in table body.
165+ * Work around flexbox bug in Safari, Chrome, and the RStudio Viewer where
166+ * table elements can shrink below their min height when overflowed, causing
167+ * elements to overlap.
167168 * Fixed in Chrome 72+: https://github.com/philipwalton/flexbugs#flexbug-1
168169 */
170+ .ReactTable .rt-thead .-header ,
171+ .ReactTable .rt-tfoot ,
169172.ReactTable .rt-tbody {
170173 flex-shrink : 0 ;
171174}
You can’t perform that action at this time.
0 commit comments