Skip to content
Snippets Groups Projects
Commit 1b37066f authored by rhenck's avatar rhenck
Browse files

[editor] Fix unnecessary scrollbar in props panel

parent 46cfbef0
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,8 @@ import {
'.element-button {margin: 5px 10px;}',
'mat-divider {margin: 20px; border-top-width: 9px; border-top-style: dotted;}',
'.properties-panel {height: 100%; padding-bottom: 20px}',
'.properties-panel .mat-tab-group {overflow: auto}'
'.properties-panel .mat-tab-group {height: 100%; overflow: auto}',
':host ::ng-deep .mat-tab-body-wrapper {height: 100%}'
]
})
export class ElementPropertiesComponent implements OnInit, OnDestroy {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment