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