From a96f58749d6cc74496da7dacee2ad2bc8a08582c Mon Sep 17 00:00:00 2001 From: Devin Becker Date: Thu, 28 Mar 2024 13:05:55 -0700 Subject: [PATCH] fixed mobile nav via z-index change on modal.show --- _includes/js/homepage-zindex-js.html | 18 ++++++++++++++++++ _layouts/mainstreet-home.html | 4 ++-- _sass/_custom.scss | 8 ++++---- 3 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 _includes/js/homepage-zindex-js.html diff --git a/_includes/js/homepage-zindex-js.html b/_includes/js/homepage-zindex-js.html new file mode 100644 index 0000000..898eae7 --- /dev/null +++ b/_includes/js/homepage-zindex-js.html @@ -0,0 +1,18 @@ + \ No newline at end of file diff --git a/_layouts/mainstreet-home.html b/_layouts/mainstreet-home.html index 52a963b..dff52e3 100644 --- a/_layouts/mainstreet-home.html +++ b/_layouts/mainstreet-home.html @@ -1,14 +1,14 @@ --- # Default home page with boxes providing collection stats layout: default -custom-foot: js/interviews-js.html;js/youtube-clips-modal.html +custom-foot: js/interviews-js.html;js/youtube-clips-modal.html;js/homepage-zindex-js.html ---