From 9c06184844e53b90726bfc1c79cd4fb8f63244b0 Mon Sep 17 00:00:00 2001 From: bmen Date: Sun, 14 Apr 2019 23:14:37 +0200 Subject: [PATCH] z-index arrange corrected --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 3ba4b1a..bad3936 100644 --- a/style.css +++ b/style.css @@ -72,7 +72,7 @@ a:hover { position:absolute; top:-10px; left:0; - z-index:10001; + z-index:1001; } .row::after { width:120px; @@ -83,7 +83,7 @@ a:hover { position:absolute; top:-10px; right:0; - z-index:10001; + z-index:1001; } .col-777 { max-width:777px; @@ -126,7 +126,7 @@ a:hover { left:0; width:100%; background:rgba(0, 0, 0, 0.7); - z-index:10000; + z-index:1003; } .header ul { max-width:900px; @@ -153,7 +153,7 @@ a:hover { width:100%; padding:6px 0; background:rgba(252, 212, 177, 0.7); - z-index:10000; + z-index:1000; } .searchbar form { margin:0; @@ -367,7 +367,7 @@ a:hover { top:-10px; left:-16px; width:278px; - z-index:1000; + z-index:1002; border:1px #002b3e solid; border-radius:7px; -webkit-box-shadow:10px 10px 60px 0px rgba(0,0,0,0.75);