Ver código fonte

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

Mr.doob 12 anos atrás
pai
commit
714a93d30e
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      examples/index.html

+ 1 - 0
examples/index.html

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