From d09021fbf2cffb259f74d61f1bbbf16167fcf9e6 Mon Sep 17 00:00:00 2001 From: Gordon Sun Date: Wed, 6 Jul 2016 17:16:11 -0700 Subject: [PATCH] Adjust the top from 0 to -80. --- smart-app-banner.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-app-banner.css b/smart-app-banner.css index c530f28..a99d23a 100644 --- a/smart-app-banner.css +++ b/smart-app-banner.css @@ -10,7 +10,7 @@ .smartbanner { position: absolute; left: 0; - top: 0; + top: -80px; display: none; width: 100%; height: 80px;