http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10722

--- Comment #1 from Viktor Sarge <[email protected]> ---
I'm not fully aware of what internal plumbings of Koha might be affected.
Neither do I have the possibility to test for all possible configurations of
small screen devices. However it does seem to do the trick to change the
positioning from absolute with top:auto to top:0px.

I put this inside OpacMobileUserCSS: 

div#top-bar {
  bottom:-29px;
  display:block;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  z-index:auto;
}

I'm attaching a new mobile.css with the same change (changed to top:0px). As
stated above I'm not aware if mobile.css is a file generated by the Perl
scripts or a static file.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to