From 4d1f03ae934842331ce8cfdeaaee17f151e412e1 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Tue, 1 Apr 2014 13:54:21 -0600 Subject: [PATCH] test(status-bar): update to work with body being offset --- test/html/status-bar.html | 1 + 1 file changed, 1 insertion(+) diff --git a/test/html/status-bar.html b/test/html/status-bar.html index e3f9327987..53e5fe9d9f 100644 --- a/test/html/status-bar.html +++ b/test/html/status-bar.html @@ -9,6 +9,7 @@ position: absolute; width: 100%; height: 20px; + top: -20px; background: blue; color: white; text-align: center;