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