Browse Source

Overlay aligned correctly

Tobias Reich 10 years ago
parent
commit
f580d43c35
1 changed files with 4 additions and 0 deletions
  1. 4 0
      css/style.css

+ 4 - 0
css/style.css

@@ -643,6 +643,8 @@ header {
 	position: fixed;
 	width: 100%;
 	height: 100%;
+	top: 0px;
+	left: 0px;
 	background-color: rgba(0,0,0,.3);
 	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.50)));
 	background-image: -webkit-radial-gradient(50% 50%, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.85));
@@ -966,6 +968,8 @@ header {
 		position: fixed;
 		width: 100%;
 		height: 100%;
+		top: 0px;
+		left: 0px;
 		background-color: rgba(0,0,0,.7);
 		-webkit-animation-name: fadeIn;
 		-webkit-animation-duration: .5s;