web/elements: fix page header in firefox

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-11 13:49:53 +02:00
parent ab4569e5d6
commit bf253643a6
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ export class PageHeader extends LitElement {
button.sidebar-trigger {
background-color: var(--pf-c-page__main-section--m-light--BackgroundColor);
}
.pf-c-page__main-section {
width: 100%;
}
`];
}