Horizontal Scrollbar

ZooSleuth

Former Member
Joined
Nov 21, 2013
Messages
1,420
Reaction score
26
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
150
Guests online
3,824
Total visitors
3,974

Forum statistics

Threads
591,532
Messages
17,954,077
Members
228,523
Latest member
5280life
Back
Top