HomeLatest ThreadsGreatest ThreadsForums & GroupsMy SubscriptionsMy Posts
DU Home » Latest Threads » Forums & Groups » Main » Welcome & Help (Forum) » scroll bar problem » Reply #1

Reply #1

In the discussion thread: scroll bar problem [View all]

Response to Kali (Original post)

Sat Sep 1, 2012, 02:19 PM

1. The problem seems to be the main.css style sheet.

Specifically this part:

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8125em; /* 13px (see note above) */
text-align: center;
margin: 0px auto 0px auto;
padding: 0px;
background-color: #FFFFFF;
position: relative;
z-index: 0;
overflow: scroll;
}

The highlighted declaration is new. Anyone that is comfortable setting up a user style sheet or is using a browser add-on to do user styles can fix the issue by adding the following:

body {
overflow:visible !important;
}

Tested in Opera (since it is so easy to do user style sheets). I probably will do some testing in other browsers shortly, but I doubt that is even necessary.

Reply to this post

Back to OP Alert abuse Link to post in-thread

Always highlight: 10 newest replies | Replies posted after I mark a forum
Replies to this discussion thread
Arrow 5 replies Author Time Post
Kali Sep 2012 OP
LineNew Reply The problem seems to be the main.css style sheet.
Make7 Sep 2012 #1
Kali Sep 2012 #2
Make7 Sep 2012 #3
Kali Sep 2012 #4
Grateful for Hope Sep 2012 #5
Please login to view edit histories.