Open GoogleCodeExporter opened 9 years ago
After searching some more and playing around with the .css file I found a fix.
What I did to fix it was I replaced these lines in style.css:
#menu {
text-align:left;
position:absolute;
z-index:301;
overflow:visible;
}
With these ones:
#menu {
text-align:left;
position:absolute;
z-index:97;
overflow:visible;
}
Original comment by bjyt...@gmail.com
on 4 Oct 2010 at 2:03
Original issue reported on code.google.com by
bjyt...@gmail.com
on 2 Oct 2010 at 10:12