9 lines
99 B
CSS
9 lines
99 B
CSS
|
|
.keyboard-area {
|
||
|
|
height: 48px;
|
||
|
|
|
||
|
|
input {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
}
|