From b6a511ac80fd9be5e25cc5987c08061809116188 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 7 Apr 2016 08:15:25 +1200 Subject: [PATCH] Fix spin box buttons not appearing on OSX --- examples/html/edit-style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/html/edit-style.css b/examples/html/edit-style.css index 1414e0a490..ed9898ed86 100644 --- a/examples/html/edit-style.css +++ b/examples/html/edit-style.css @@ -252,6 +252,7 @@ input[type=number]::-webkit-inner-spin-button { display: block; position: relative; width: 10px; + height: 100%; overflow: hidden; font-family: hifi-glyphs; font-size: 50px;