mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 15:49:51 +02:00
Fix spin box buttons not appearing on OSX
This commit is contained in:
parent
dfa7416acb
commit
b6a511ac80
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue