Skip to content

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

Description

@thegliche

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions