You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi,
I would really like it if the chatbox could be resized by the user. I already tried to add
to uiChatbox, but when a resize event occurs the box jumps across the screen. Any idea how to prevent that?
The text was updated successfully, but these errors were encountered: