constantin-p / cp-react-tree-table

A fast, efficient tree table component for ReactJS.
https://constantin.software/cp-react-tree-table
MIT License
94 stars 27 forks source link

increasing height in .cp_tree-table .cp_tree-table_viewport causes some rows not to be visible #61

Open thegliche opened 3 months ago

thegliche commented 3 months ago

increasing height in .cp_tree-table .cp_tree-table_viewport causes some rows not to be visible

@thegliche thegliche commented now https://jsfiddle.net/asLfgdn3/1/ on your JS fidde change .cp_tree-table { font-size: 14px; color: #040402; background: #fff; border: 1px solid rgba(55, 53, 47, 0.2); font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; height: 100vh !important; }

.cp_tree-table .cp_tree-table_viewport { height: 100vh !important; }

phenry20 commented 1 month ago

bump