From ed1ef6e99c2075e5a976767596cd4a71cea0234a Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Sun, 28 Jul 2024 16:58:22 -0500 Subject: [PATCH] overlay and arrow fix --- _includes/comicnav.html | 2 +- _sass/main.scss | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/_includes/comicnav.html b/_includes/comicnav.html index cfdfd50..92f2159 100644 --- a/_includes/comicnav.html +++ b/_includes/comicnav.html @@ -10,7 +10,7 @@ {% if page.url == post.url %} + class="inline"> {% endif %} diff --git a/_sass/main.scss b/_sass/main.scss index 12903a8..1522e4e 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -23,5 +23,9 @@ h1 { height: 100%; top: 0; bottom: 0; left: 0; right: 0; - z-index: 99; + z-index: 1000001; +} + +.inline { + height: 1em; }