Преглед на файлове

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 {