Skip to content

Commit 042ab26

Browse files
committed
Docs: Fixed more scrollbars.
1 parent 6344fd5 commit 042ab26

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/scenes/bones-browser.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
<link rel="shortcut icon" href="../../files/favicon.ico" />
77
<link rel="stylesheet" type="text/css" href="../../files/main.css">
88
<style>
9-
canvas { width: 100%; height: 100% }
9+
canvas {
10+
display: block;
11+
width: 100%;
12+
height: 100%;
13+
}
1014

1115
#newWindow {
1216
display: block;

docs/scenes/geometry-browser.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
<link rel="shortcut icon" href="../../files/favicon.ico" />
77
<link rel="stylesheet" type="text/css" href="../../files/main.css">
88
<style>
9-
canvas { width: 100%; height: 100% }
9+
canvas {
10+
display: block;
11+
width: 100%;
12+
height: 100%;
13+
}
1014

1115
#newWindow {
1216
display: block;

docs/scenes/material-browser.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
<link rel="shortcut icon" href="../../files/favicon.ico" />
77
<link rel="stylesheet" type="text/css" href="../../files/main.css">
88
<style>
9-
canvas { width: 100%; height: 100% }
9+
canvas {
10+
display: block;
11+
width: 100%;
12+
height: 100%;
13+
}
1014

1115
#newWindow {
1216
display: block;

0 commit comments

Comments
 (0)