fix: scroll tree on overflow
Gitea Scan/plate-tool/pipeline/head This commit looks good
Details
Gitea Scan/plate-tool/pipeline/head This commit looks good
Details
This commit is contained in:
parent
711af96d29
commit
53336c410c
|
@ -13,6 +13,8 @@ div.tree {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 2px solid $color-dark;
|
border: 2px solid $color-dark;
|
||||||
|
|
||||||
|
overflow: scroll;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue