From e07091278c7489be9e6029204855f6bf9d0c0ca5 Mon Sep 17 00:00:00 2001 From: Nick Amoscato Date: Fri, 11 Sep 2020 12:56:49 -0400 Subject: [PATCH 1/2] Enable mobile navigation scrolling Fixes #141 --- layouts/partials/nav-mobile.html | 6 +++--- layouts/partials/site-footer.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/nav-mobile.html b/layouts/partials/nav-mobile.html index 00b1a691..2d1e0eb6 100644 --- a/layouts/partials/nav-mobile.html +++ b/layouts/partials/nav-mobile.html @@ -1,12 +1,12 @@ -
+
{{ partial "nav-links-docs-mobile.html" . }}
- + - +
diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index cff47678..b2f3353a 100644 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -41,7 +41,7 @@ -
+
{{- partial "nav-mobile.html" . -}}
From 0a463edff3ccb3d43fd9303d54446f8c852eb631 Mon Sep 17 00:00:00 2001 From: Nick Amoscato Date: Fri, 11 Sep 2020 13:42:25 -0400 Subject: [PATCH 2/2] Add mobile navigation z-index Fixes #125 References 7019ac2592460626dbf2b393e234e0f20f23cf99 --- layouts/partials/site-footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index b2f3353a..413ce3f6 100644 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -41,7 +41,7 @@ -
+
{{- partial "nav-mobile.html" . -}}