瀏覽代碼

Update box sizing on orbit controls

Might as well fix the sizing here also.
Xander Luciano 7 年之前
父節點
當前提交
b5ce0c777a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {