fix for the z fighting with comic pages
This commit is contained in:
parent
b8d12ecbf2
commit
157b7aa2de
@ -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
|
||||||
|
|
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user