fix: scroll tree on overflow
Gitea Scan/plate-tool/pipeline/head This commit looks good Details

This commit is contained in:
Emilia Allison 2025-01-15 23:05:23 -05:00
parent 711af96d29
commit 53336c410c
Signed by: emilia
GPG Key ID: 05D5D1107E5100A1
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ div.tree {
height: 100%;
border: 2px solid $color-dark;
overflow: scroll;
h3 {
margin-left: 0.5rem;
}