Browse Source

Update box sizing on orbit controls

Might as well fix the sizing here also.
Xander Luciano 7 năm trước cách đây
mục cha
commit
b5ce0c777a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {