-
Notifications
You must be signed in to change notification settings - Fork 457
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
CSS issue on responsive fullscreen mode #21
Comments
Hello! Well, that's the idea of the full screen, the chat becomes full screen so it's the only thing the user we'll see and interact with. If you need to change it, you can override those classes via CSS/SCSS 😁 |
@mcallegari10 Thanks for your reply, but maybe I didn't asked my question clearly. I agree with you about the full screen style when the chat window is opened, but the issue here is even its closed the container always takes 100% size of the screen and that makes all other elements in my app inaccessible. I dont think this is what we want, right ? 😄 |
@mcallegari10 |
Oh, OK, that's definitely not what we want 😱 . I'll get that fixed, thanks for the heads up! 😄 |
@mcallegari10 I use this quick fix for the moment.
|
Just ran into this issue where the widget blocked the page on a smaller screen size. Changing |
Hi, as you can see in the following screen shot, in the responsive fullscreen mode, the
.widget-container
always hasheight: 100%
width: 100%
andz-index: 9999
, all other elements in my page are beneath this widget-containe layer, so nothing accessible in this mode.Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: