web: allow Sidebar to be opened on mobile (#417)

* web: initial sidebar trigger on mobile

* web: render hamburger button as overlay top right
This commit is contained in:
Jens L
2020-12-19 16:54:25 +01:00
committed by GitHub
parent 6e24856d45
commit c2a30b760a
3 changed files with 49 additions and 7 deletions

View File

@ -5,11 +5,6 @@ html {
--pf-c-nav__link--PaddingLeft: 0.5rem;
}
/* Fix patternfly sidebar and header with open Modal */
.pf-c-page__sidebar {
z-index: 0;
}
.pf-c-page__header {
z-index: 0;
}