Procházet zdrojové kódy

Update box sizing on orbit controls

Might as well fix the sizing here also.
Xander Luciano před 7 roky
rodič
revize
b5ce0c777a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 {