- Joined
- Nov 21, 2013
- Messages
- 1,420
- Reaction score
- 10,903
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;
}