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:
@@ -10,7 +10,8 @@
|
|||||||
keyboard-slider {
|
keyboard-slider {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 500px;
|
overflow: hidden;
|
||||||
|
height: 1000px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user