expand explore panel on 404 page
authorDan Allen <dan@opendevise.com>
Tue, 8 Dec 2020 23:44:31 +0000 (16:44 -0700)
committerDan Allen <dan@opendevise.com>
Tue, 8 Dec 2020 23:44:31 +0000 (16:44 -0700)
src/css/nav.css

index dc008a8..d8f8dc1 100644 (file)
@@ -180,9 +180,14 @@ html.is-clipped--nav {
   display: flex;
   flex-direction: column;
   position: absolute;
+  top: 0;
   right: 0;
   bottom: 0;
   left: 0;
+}
+
+.nav-panel-explore:not(:first-child) {
+  top: auto;
   max-height: calc(50% + var(--drawer-height));
 }