Skip to content

Commit

Permalink
Merge pull request #817 from BuildFire/listView-height-fix
Browse files Browse the repository at this point in the history
fix(listView): fixed height static 50vh
  • Loading branch information
bkalaldeh authored Jun 10, 2024
2 parents 93c5ee3 + 6e30fc2 commit 0a37320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/components/control/listView/listView.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,10 @@ h1::before {
background-color: var(--c-primary) !important;
}
.sortable-list-container{
height: 50vh;
max-height: 50vh;
overflow-y: auto;
}

.sortable-list-hidden {
display: none;
}
}

0 comments on commit 0a37320

Please sign in to comment.