فهرست منبع

Docs: Fixed more scrollbars.

Mr.doob 6 سال پیش
والد
کامیت
042ab263ac
3فایلهای تغییر یافته به همراه15 افزوده شده و 3 حذف شده
  1. 5 1
      docs/scenes/bones-browser.html
  2. 5 1
      docs/scenes/geometry-browser.html
  3. 5 1
      docs/scenes/material-browser.html

+ 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;