set fixed body header height

This commit is contained in:
Mads Rasmussen
2023-02-20 20:14:01 +01:00
parent 2892608999
commit 55c15e16e3

View File

@@ -20,7 +20,7 @@ export class UmbBodyLayout extends LitElement {
align-items: center;
justify-content: space-between;
width: 100%;
min-height: 60px;
height: 70px;
background-color: var(--uui-color-surface);
border-bottom: 1px solid var(--uui-color-border);
box-sizing: border-box;