From 71db53f1e500089f717486342acea9216312cd0a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 21 Dec 2020 01:52:09 -0500 Subject: handle changed -webkit-fill-available semantics Chromium changed how this works to better match the evolving specification and our usage effectively became a no-op. --- static/grapheneos.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/grapheneos.css') diff --git a/static/grapheneos.css b/static/grapheneos.css index ec45243d..9f6cc7c4 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -1,6 +1,10 @@ /* use the standard Material Light theme to match GrapheneOS apps */ /* https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r35/core/res/res/values/colors_material.xml */ +html { + height: -webkit-fill-available; +} + body { display: flex; flex-direction: column; -- cgit v1.3.1