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);