mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:10:41 +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;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: hifi-glyphs;
|
font-family: hifi-glyphs;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
|
|
Loading…
Reference in a new issue