From c912c82df8d4cfb37326e28f0a176c2403e4934c Mon Sep 17 00:00:00 2001 From: Darren Liew Date: Sun, 11 May 2014 16:42:25 +0000 Subject: [PATCH] fixed popover title displays on title bar on android browser --- sass/bars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/bars.scss b/sass/bars.scss index d3e59dc..ec2a9fd 100644 --- a/sass/bars.scss +++ b/sass/bars.scss @@ -3,7 +3,7 @@ // -------------------------------------------------- .bar { - position: fixed; + position: absolute; right: 0; left: 0; z-index: 10;