Skip to content

Commit

Permalink
added scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcino Van Rooyen committed May 24, 2023
1 parent d1dbada commit 5a39783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/js/designTreeSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@
.print_dot_app_indent_list {
margin-left: 20px
}
print_dot_app_design_list > div {
max-height: 400px;
overflow-y: scroll;
}
</style>`;
document.head.insertAdjacentHTML('beforeEnd', style);

Expand Down

0 comments on commit 5a39783

Please sign in to comment.