Browse Source

Fixed seems to be a bit glitchy.

Mr.doob 10 years ago
parent
commit
9c8951d3ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -150,7 +150,7 @@
 					margin-bottom: 20px;
 				}
 				#panel{
-					position: fixed;
+					position: absolute;
 					left: 0;
 					top: 0;
 					height: 480px;