Horizontal Scrollbar

ZooSleuth

Former Member
Joined
Nov 21, 2013
Messages
1,420
Reaction score
27
When viewing threads, there is an annoying horizontal scrollbar because the page title element is slightly larger than the width of the page. To fix it, add the following to your CSS:

Code:
#pagetitle {
    box-sizing: border-box;
}
 
BTW this thread was meant for the admin of this website to add that CSS to the site's stylesheets.
 

Members online

Online statistics

Members online
113
Guests online
374
Total visitors
487

Forum statistics

Threads
625,802
Messages
18,510,614
Members
240,846
Latest member
Hoppy75
Back
Top