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

This commit is contained in:
Keavon Chambers
2021-06-13 12:29:50 -07:00
committed by GitHub
parent ca712813c3
commit 741a712972
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>