Fix Layer Tree panel CSS to allow scrolling (#208)

This commit is contained in:
Keavon Chambers
2021-06-13 12:29:50 -07:00
parent 9c0a23d03f
commit 3672c6919c
2 changed files with 37 additions and 29 deletions

View File

@@ -129,6 +129,7 @@
flex: 1 1 100%;
display: flex;
flex-direction: column;
min-height: 0;
}
}
</style>