Browse Source

Update box sizing on orbit controls

Might as well fix the sizing here also.
Xander Luciano 7 years ago
parent
commit
b5ce0c777a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/misc_controls_orbit.html

+ 1 - 1
examples/misc_controls_orbit.html

@@ -22,7 +22,7 @@
 				position: absolute;
 				top: 0px; width: 100%;
 				padding: 5px;
-
+				box-sizing: border-box;
 			}
 
 			a {