Skip to content

Commit

Permalink
1 - ui: add max height and scrolling to entity list (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowtter authored Nov 23, 2022
1 parent 8e0a599 commit 60440d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/client/ui/toolboxes/entity-toolbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
margin: 10px;
}

ul {
max-height: 65vh;
overflow-y: auto;
}

.entity-list {
list-style-type: none;
margin: 0;
Expand Down

0 comments on commit 60440d3

Please sign in to comment.