From 157b7aa2de29d3ef4387d606c05412ddcd0267ef Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Sun, 15 Sep 2024 09:57:18 -0500 Subject: [PATCH] fix for the z fighting with comic pages --- _data/navigation.csv | 1 + _sass/main.scss | 2 +- assets/css/typeboot.css | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_data/navigation.csv b/_data/navigation.csv index 9084428..47158e6 100644 --- a/_data/navigation.csv +++ b/_data/navigation.csv @@ -1,6 +1,7 @@ name,link,img home,/ about,/about +gallery,/personal/gallery journal,/journal comics,/comic link dump,/linklink diff --git a/_sass/main.scss b/_sass/main.scss index 70b9293..102dc5b 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -22,7 +22,7 @@ html::before { z-index: 100; } -.truecolor { z-index: 101; position: relative; } +.truecolor { z-index: 100; position: relative; } html, body { color: black; diff --git a/assets/css/typeboot.css b/assets/css/typeboot.css index ea6d7af..53332c3 100644 --- a/assets/css/typeboot.css +++ b/assets/css/typeboot.css @@ -1,7 +1,7 @@ #typeboot { position: fixed; top: 0; left: 0; width: 200%; height: 100%; - z-index: 100; + z-index: 101; pointer-events: none; }