fix for the z fighting with comic pages
This commit is contained in:
parent
b8d12ecbf2
commit
157b7aa2de
@ -1,6 +1,7 @@
|
||||
name,link,img
|
||||
home,/
|
||||
about,/about
|
||||
gallery,/personal/gallery
|
||||
journal,/journal
|
||||
comics,/comic
|
||||
link dump,/linklink
|
||||
|
|
@ -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;
|
||||
|
@ -1,7 +1,7 @@
|
||||
#typeboot {
|
||||
position: fixed; top: 0; left: 0;
|
||||
width: 200%; height: 100%;
|
||||
z-index: 100;
|
||||
z-index: 101;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user