Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part of site selection list hidden with over 14 sites #746

Closed
anonymous-matomo-user opened this issue May 29, 2009 · 3 comments
Closed

Part of site selection list hidden with over 14 sites #746

anonymous-matomo-user opened this issue May 29, 2009 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

If you have more than 14 sites in the selection list, the bottom ones are hidden behind the 'visits by server time' on the dashboard page.

Suggest addition to common.css:

sitesSelection .formDiv_ul_list {

height:200px;
overflow:scroll;
width:150px;

}

...giving a scrolling list (width set so that long site names do not go off page edge, making scoll bar hidden.)

Keywords: site selection menu, css

@robocoder
Copy link
Contributor

Can you update to the latest Flash Player? Earlier versions had reported problems respecting z-order and wmode.

@robocoder
Copy link
Contributor

If that doesn't resolve the issue, please provide browser & Os version info.

@robocoder
Copy link
Contributor

In core/ViewDataTable/GenerateGraphHTML.php, try changing wmode from opaque to transparent.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 0.6.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants