web: fix more height issues and sidebar not correctly activating

This commit is contained in:
Jens Langhammer
2021-03-01 10:32:25 +01:00
parent f2eaa9052e
commit 9c33f4858f
6 changed files with 31 additions and 11 deletions

View File

@ -27,6 +27,9 @@ export class FlowViewPage extends LitElement {
img.pf-icon {
max-height: 24px;
}
ak-tabs {
height: 100%;
}
`
);
}