Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make chatbox resizable #4

Open
ghost opened this issue Aug 8, 2013 · 1 comment
Open

Make chatbox resizable #4

ghost opened this issue Aug 8, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 8, 2013

Hi,

I would really like it if the chatbox could be resized by the user. I already tried to add

.resizable({ handles: "n, e, s, w" })

to uiChatbox, but when a resize event occurs the box jumps across the screen. Any idea how to prevent that?

@appastair
Copy link

What do you mean by jumps across the screen? 😕 Having not seen this issue first-hand, I am guessing that the re-sizing isn't very fluid and grows too quickly.

Do CSS max-height and max-width restrict it sufficiently? You might need to remove width: 230px that is applied to .ui-chatbox-log and .ui-chatbox-titlebar or override it with auto !important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant