Webatrice: Update nav (#4380)

* wip: subnav debug

* nav redesign

* remove unnecessary code

* remove subnav

* add leaveRoom button

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
Jeremy Letto
2021-06-15 02:12:04 -05:00
committed by GitHub
parent da9222929b
commit c9ddd042fc
7 changed files with 205 additions and 115 deletions

View File

@@ -26,9 +26,11 @@
height: 100%;
width: 100%;
flex-shrink: 1;
overflow: hidden;
}
.three-pane-layout .grid-main__top.fixedHeight,
.three-pane-layout .grid-main__bottom.fixedHeight {
height: 50%;
overflow: visible;
}