fixed doc for shapes demo
This commit is contained in:
parent
cb50240f20
commit
0aae04a8af
|
|
@ -6,7 +6,10 @@
|
||||||
<title>Shapes</title>
|
<title>Shapes</title>
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: fixed;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue