Browse Source

Docs: Fixed more scrollbars.

Mr.doob 6 years ago
parent
commit
042ab263ac

+ 5 - 1
docs/scenes/bones-browser.html

@@ -6,7 +6,11 @@
 		<link rel="shortcut icon" href="../../files/favicon.ico" />
 		<link rel="stylesheet" type="text/css" href="../../files/main.css">
 		<style>
-			canvas { width: 100%; height: 100% }
+			canvas {
+				display: block;
+				width: 100%;
+				height: 100%;
+			}
 
 			#newWindow {
 				display: block;

+ 5 - 1
docs/scenes/geometry-browser.html

@@ -6,7 +6,11 @@
 		<link rel="shortcut icon" href="../../files/favicon.ico" />
 		<link rel="stylesheet" type="text/css" href="../../files/main.css">
 		<style>
-			canvas { width: 100%; height: 100% }
+			canvas {
+				display: block;
+				width: 100%;
+				height: 100%;
+			}
 
 			#newWindow {
 				display: block;

+ 5 - 1
docs/scenes/material-browser.html

@@ -6,7 +6,11 @@
 		<link rel="shortcut icon" href="../../files/favicon.ico" />
 		<link rel="stylesheet" type="text/css" href="../../files/main.css">
 		<style>
-			canvas { width: 100%; height: 100% }
+			canvas {
+				display: block;
+				width: 100%;
+				height: 100%;
+			}
 
 			#newWindow {
 				display: block;