This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
javascript
/
three.js
miroir de
https://github.com/tazdij/three.js.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Docs/Examples: Minor css tweak.
Mr.doob
il y a 10 ans
Parent
85a9ce57e8
commit
4f1aa0c51c
2 fichiers modifiés
avec
8 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
Voir le fichier
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
Voir le fichier
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}