mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
Android tablet bugs (#246)
* Prevent two-up being lost under options. Fixes #241. * Working around some glitching when page was scrolled. * Prevent software keyboard popping up again in Android Chrome.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
@media (min-width: 860px) {
|
||||
max-height: 100%;
|
||||
max-height: calc(100% - 40px);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user