Can't switch sites because of Contribution box

The box on the upper right corner that says “Piwik 0.2.37 is a collaborative project. If you like Piwik, you can help! Check out How to contribute to Piwik?” is interfering with that menu for changing sites.

Tested in Latest firefox 3 and Google Chrome

Try to modify the file common.css like i’ve done to see if that help (it has for me).

See http://forum.piwik.org/index.php?showtopic=1003 for details.

[quote=TulipVorlax @ May 25 2009, 04:37 AM]Try to modify the file common.css like i’ve done to see if that help (it has for me).

See http://forum.piwik.org/index.php?showtopic=1003 for details.[/quote]

I added “visibility: hidden;” #into header_message, that worked as well.

please make sure you post your patch to trac so that we push it in the next release

Yeah, it was posted on trac.
But someone said that the same rule was in another CSS file.
So i commented out mine.
I refreshed my browser cache; the problem seemed gone.
But it has returned.
So, i looked closely in the other CSS file.
The rule there had height:auto as well as what i previously added to the first file.
Commenting height:auto out fixed the problem again.
So, i’m not sure of anything anymore.
Sorry.

For the record, all of this was with Firefox 3.0.10.

I’m hesitant to remove the height:auto and declare it “fixed” when I can’t reproduce the problem in FF (I too am running 3.0.10), Safari, or Opera.

I do see a problem in IE7 (the pointer has to hover over the text, in order to make a selection), but removing height:auto had no effect.

doh, visibility:hidden didn’t fix it.