fix(ObjectTree): Fixed the object tree not being able to scroll all the way

This commit is contained in:
joffutt4 2021-04-14 23:45:59 +00:00
parent 4042f709c1
commit e190210b39

View file

@ -141,6 +141,11 @@ export default class DocumentLayout extends BaseClass {
</script>
<style lang="scss">
.sideWrapper{
height: calc(100% - 40px) !important;
}
.q-layout {
outline: none !important;
}