Gestion du clavier virtuel sur mobile

pull/138/head
mama 2017-12-05 18:16:50 +01:00
parent f53d1d9062
commit 87a2b91cf1
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@
display: flex;
align-items: flex-end;
}
@media (max-height: 350px) {
#resultsZone {
display: none;
}
}
#results {
width: 100%;
padding: .5em;