hide content on mobile when clinput is focused

because the keyboard squeezes it to oblivion anyway
This commit is contained in:
Thibault Duplessis 2019-05-04 08:27:11 +07:00
parent bae428cfdb
commit 5dc4d8fa74

View file

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