MyBB Community Forums

Full Version: Add scroll-bar when big quote
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,
When the first post is a Tutorial, there are a lot of lines.
Sometimes (most of times) people click on "Reply" (aka Quote) and they quote the first post.
I want to know how I can add scroll bar to quotes overs X lines. I just want the [quote] tag to be scrollable, not the reply.
you can add below style code at the bottom of the global.css (edit through admin panel, in advanced edit mode)
blockquote {max-height: 260px !important;
           overflow-y: auto;}
remember hard refreshing your browser (eg. press CTRL + F5) on a forum page after saving changes to the stylesheet