Page 1 of 1

30+ chat rooms

PostPosted: 31 Dec 2011, 10:44
by MWalsh
I need to create 30 chat rooms. When a user clicks "chat rooms" at the bottom, it shows all 30 of them without a scroll. This becomes a problem if the user has a small screen or low screen resolution. The box is to big.

Is there a way to show 10 or so with a scroll bar to view the rest?
I've tested in IE, Chrome & Opera with no luck and I don't see an option in the ACP.

PostPosted: 01 Jan 2012, 12:45
by Jason
In the CSS of your active theme, add this to the arrowchat_chatroom_content ID:

Code: Select all
overflow-x:hidden;overflow-y:auto;height:290px

PostPosted: 02 Jan 2012, 06:18
by MWalsh
Thank you Jason. Worked 100%.

Topic Closed

PostPosted: 07 Nov 2012, 12:40
by Staff Bot
This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.