From b82c1d5f2184648327abc979f93388aed05389e0 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 8 Mar 2018 21:57:53 +0100 Subject: [PATCH] Update style.css --- css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index b78b9d0..2507b1f 100755 --- a/css/style.css +++ b/css/style.css @@ -106,13 +106,11 @@ .full.image-bg-1 { background-image: url(../images/@stock/image-bg.jpg); } -.overlay:before{ +.overlay { position: fixed; - content:" "; + content:""; top:0; left:0; - width:100%; - height:100%; display: block; z-index:0; background-color: rgba(51, 153, 212, 0.8);