Help
General ArrowChat talk that doesn't fit any other forum.
User avatar
MWalsh
Customer
 
Posts: 4
Joined: 31 Dec 2011, 09:09

 

by MWalsh 31 Dec 2011, 10:44

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.
User avatar
Jason
Customer
 
Posts: 2356
Joined: 12 Dec 2009, 16:06

 

by Jason 01 Jan 2012, 12:45

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
User avatar
MWalsh
Customer
 
Posts: 4
Joined: 31 Dec 2011, 09:09

 

by MWalsh 02 Jan 2012, 06:18

Thank you Jason. Worked 100%.
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 07 Nov 2012, 12:40

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.