Bug 249635 - Horizontal scrollbar on jointhegame.kde.org
Summary: Horizontal scrollbar on jointhegame.kde.org
Status: RESOLVED FIXED
Alias: None
Product: www.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries All
: NOR minor
Target Milestone: ---
Assignee: kde-www mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-31 16:00 UTC by Federico Rampazzo
Modified: 2012-05-14 06:40 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Rampazzo 2010-08-31 16:00:26 UTC
Version:           unspecified (using KDE 4.5.0) 
OS:                All

If you visit jointhegame.kde.org you will notice an horizontal scrollbar in your browser.
If the scrollbar is used, an user will be able to navigate the site but the pages will be transparent.
The first time I opened the site, instead of clicking the menu, I used the scrollbar

Reproducible: Always

Steps to Reproduce:
Open the website

Actual Results:  
The horizontal scrollbar is displayed

Expected Results:  
The horizontal scrollbar should not be visible

To hide the scrollbar you should use overflow:hidden; on the body or create an extra layer with overflow:hidden set.

in jointhegame.kde.org/style.css:
FROM:
body {
  background-color:#00AFEF; background-image:url(images/bg.gif);
}
TO:
body {
  overflow:hidden;
  background-color:#00AFEF; background-image:url(images/bg.gif);
}
Comment 1 Frederik Schwarzer 2012-05-14 01:31:24 UTC
Does that still happen for you? Here things look fine.
Comment 2 Emil Sedgh 2012-05-14 06:27:34 UTC
This bug was submitted against the old join the game website which has been replaced for more than a year.
This bug could be closed, but I dont have access to do so.
Comment 3 Frederik Schwarzer 2012-05-14 06:40:19 UTC
You could contact the sysadmin team to get it. :) ... Closing.