Bug 249635

Summary: Horizontal scrollbar on jointhegame.kde.org
Product: [Websites] www.kde.org Reporter: Federico Rampazzo <Frampone>
Component: generalAssignee: kde-www mailing-list <kde-www>
Status: RESOLVED FIXED    
Severity: minor CC: emilsedgh, schwarzer
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: All   
Latest Commit: Version Fixed In:

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.