From 209f85434fd2212663e21ba0b3f129b1e1e81d34 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 17 Apr 2020 16:14:43 +0200 Subject: [PATCH] z index --- static/archive.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/archive.css b/static/archive.css index 0281b98..cec009b 100644 --- a/static/archive.css +++ b/static/archive.css @@ -51,6 +51,7 @@ body { width: auto; position: fixed; left:0%; + z-index: 10; } .pagelink{ @@ -119,6 +120,7 @@ text-align: left; .pagelink:hover .pagename{ visibility: visible; + position: absolute; z-index: 20; }