소스 검색

Docs: Removed scrollbars from material browser.

Mr.doob 10 년 전
부모
커밋
8ebeed18f9
1개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. 7 6
      docs/scenes/material-browser.html

+ 7 - 6
docs/scenes/material-browser.html

@@ -16,16 +16,17 @@
 				font-family: 'inconsolata';
 				font-size: 15px;
 				line-height: 18px;
+				overflow: hidden;
 			}
 			
 			canvas { width: 100%; height: 100% }
 			
 			#newWindow {
-				display:block;
-				position:absolute;
-				bottom:0.3em;
-				left:0.5em;
-				color:#fff;
+				display: block;
+				position: absolute;
+				bottom: 0.3em;
+				left: 0.5em;
+				color: #fff;
 			}
 		</style>
 	</head>
@@ -120,4 +121,4 @@
 			
 		</script>
 	</body>
-</html>
+</html>