From a759ad19990068f97e8a233511f02d6517123289 Mon Sep 17 00:00:00 2001 From: Philip Rogers Date: Thu, 3 Mar 2016 19:00:27 -0800 Subject: [PATCH] Workaround crbug.com/586872 and bugs in Android 4.3 where the background is visible below the bottom textarea --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 889d6f6..d7fab7a 100644 --- a/index.html +++ b/index.html @@ -221,6 +221,10 @@ /* Remove side-by-side padding special-case. */ #leftTile { margin-right: 0; } #rightTile { margin-left: 0; } + /* Workaround for crbug.com/586872 and Android 4.3 where the background is visible. */ + body { + background: #fff; + } } /* Custom select box to workaround multiple cross-browser issues. */