From 7019ac2592460626dbf2b393e234e0f20f23cf99 Mon Sep 17 00:00:00 2001 From: Ankit Kumar Date: Tue, 5 Feb 2019 17:48:32 +0530 Subject: [PATCH] In "site-footer.html" add class "z-index-10". In "main.css" add class z-index-10 with property z-index: 10. This fix the issue in which tabs come over the navbar on mobile. Fixes #125 --- assets/css/main.css | 2 +- layouts/partials/site-footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 1cd15fb1..717a42c9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -36,4 +36,4 @@ .mw-90 { max-width:90%; } -/* purgecss end ignore */ \ No newline at end of file +/* purgecss end ignore */ diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index 39ddb36d..01a8297e 100644 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -41,7 +41,7 @@ -
+
{{- partial "nav-mobile.html" . -}}