fix: satisfy very small screens (no overflow of other keyboard left side) and increase the place where keyboard can fit (tested near 2000px width)

This commit is contained in:
Attila Csanyi
2017-09-09 00:50:26 +02:00
parent f6dc83492f
commit 376604d24a

View File

@@ -10,7 +10,8 @@
keyboard-slider {
display: block;
position: relative;
height: 500px;
overflow: hidden;
height: 1000px;
margin-top: 30px;
}