Browse Source

Fixed example viewer in Safari. Thanks for the tip @WestLangley.

Mr.doob 12 years ago
parent
commit
763e9ac0a8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/index.html

+ 1 - 0
examples/index.html

@@ -78,6 +78,7 @@
 
 				position: absolute;
 				left: 300px;
+				width: -webkit-calc(100% - 300px); /* Safari */
 				width: calc(100% - 300px);
 				height: 100%;
 				border: 0px;