fix for the z fighting with comic pages

This commit is contained in:
etherware-novice 2024-09-15 09:57:18 -05:00
parent b8d12ecbf2
commit 157b7aa2de
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
name,link,img name,link,img
home,/ home,/
about,/about about,/about
gallery,/personal/gallery
journal,/journal journal,/journal
comics,/comic comics,/comic
link dump,/linklink link dump,/linklink

1 name,link,img
2 home,/
3 about,/about
4 gallery,/personal/gallery
5 journal,/journal
6 comics,/comic
7 link dump,/linklink

View File

@ -22,7 +22,7 @@ html::before {
z-index: 100; z-index: 100;
} }
.truecolor { z-index: 101; position: relative; } .truecolor { z-index: 100; position: relative; }
html, body { html, body {
color: black; color: black;

View File

@ -1,7 +1,7 @@
#typeboot { #typeboot {
position: fixed; top: 0; left: 0; position: fixed; top: 0; left: 0;
width: 200%; height: 100%; width: 200%; height: 100%;
z-index: 100; z-index: 101;
pointer-events: none; pointer-events: none;
} }