hide content on mobile when clinput is focused

because the keyboard squeezes it to oblivion anyway
v2
Thibault Duplessis 2019-05-04 08:27:11 +07:00
parent bae428cfdb
commit 5dc4d8fa74
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@ body {
}
margin-top: $site-header-margin;
@media (hover: none) {
body.clinput & {
display: none;
}
}
}
@if $debug {