From 3cb6f0f92de730e965336d8a74edd10c0aa78858 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 8 Mar 2018 21:46:17 +0100 Subject: [PATCH] Update style.css --- css/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 8490cbd..f2f8f88 100755 --- a/css/style.css +++ b/css/style.css @@ -107,12 +107,7 @@ background-image: url(../images/@stock/image-bg.jpg); } .overlay:before{ - position: absolute; - content:" "; - top:0; - left:0; - width:100%; - height:100%; + position: inherit; display: block; z-index:0; background-color: rgba(51, 153, 212, 0.8);