Gestion du clavier virtuel sur mobile
parent
f53d1d9062
commit
87a2b91cf1
|
@ -4,6 +4,13 @@
|
|||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
@media (max-height: 350px) {
|
||||
#resultsZone {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
#results {
|
||||
width: 100%;
|
||||
padding: .5em;
|
||||
|
|
Loading…
Reference in New Issue