Browse Source

fixed popover title displays on title bar on android browser

pull/585/head
Darren Liew 11 years ago
parent
commit
c912c82df8
  1. 2
      sass/bars.scss

2
sass/bars.scss

@ -3,7 +3,7 @@
// --------------------------------------------------
.bar {
position: fixed;
position: absolute;
right: 0;
left: 0;
z-index: 10;

Loading…
Cancel
Save