# Make chat window full screen

**URL:** https://community.elfsight.com/t/make-chat-window-full-screen/147123
**Category:** AI Chatbot
**Tags:** Gathering-Feedback
**Created:** [March 2, 2026, 1:40pm UTC](https://community.elfsight.com/t/make-chat-window-full-screen/147123 "2026-03-02T13:40:19Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![iammasterweb](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/iammasterweb/32/93576_2.png) [@iammasterweb](https://community.elfsight.com/u/iammasterweb)
#### Post date: [March 2, 2026, 1:40pm UTC](https://community.elfsight.com/t/make-chat-window-full-screen/147123/1 "2026-03-02T13:40:19Z")

</div>

Currently, it’s possible to make the chat window full window with the CSS code below, but I’d like to have this option right in the settings:

```auto
.es-window-container {
width: 100vw !important;
height: 100vh !important;
inset: 0 !important;
border-radius: 0 !important;
max-width: none !important;
max-height: none !important;
}

```

---

<div class="post-metadata">

### Author: ![iammasterweb](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/iammasterweb/32/93576_2.png) [@iammasterweb](https://community.elfsight.com/u/iammasterweb)
#### Post date: [March 2, 2026, 7:08pm UTC](https://community.elfsight.com/t/make-chat-window-full-screen/147123/2 "2026-03-02T19:08:02Z")

</div>

Thank you @Max for adding this and sharing the CSS code.

I’ll testing this out and will provide any additional feedback.

---

<div class="post-metadata">

### Author: ![iammasterweb](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/iammasterweb/32/93576_2.png) [@iammasterweb](https://community.elfsight.com/u/iammasterweb)
#### Post date: [March 2, 2026, 9:32pm UTC](https://community.elfsight.com/t/make-chat-window-full-screen/147123/3 "2026-03-02T21:32:48Z")

</div>

Hey @Max,

Did a quick test and the code is definitely useful. I should be able to make use of this expanded feature.

Though, a sleek integrated feature would be phenomenal 😁

With thanks,

mw 👨🏾‍💻 ✨

---

<div class="post-metadata">

### Author: ![Max](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/max/32/710_2.png) [@Max](https://community.elfsight.com/u/Max)
#### Post date: [March 3, 2026, 7:07pm UTC](https://community.elfsight.com/t/make-chat-window-full-screen/147123/4 "2026-03-03T19:07:28Z")

</div>

Great, thanks you so much for the feedback!

By the way, we’ve just released the Embed layout for the AI Chatbot, which I think could be useful for you.

Check this post for more details 😉 - [AI Chatbot: [MAJOR UPDATE] Embed layout, chat triggers and visibility settings! 🔥](https://community.elfsight.com/t/ai-chatbot-major-update-embed-layout-chat-triggers-and-visibility-settings/147296)

---

<div class="post-metadata">

### Author: ![iammasterweb](https://sea2.discourse-cdn.com/flex020/user_avatar/community.elfsight.com/iammasterweb/32/93576_2.png) [@iammasterweb](https://community.elfsight.com/u/iammasterweb)
#### Post date: [March 6, 2026, 6:46pm UTC](https://community.elfsight.com/t/make-chat-window-full-screen/147123/5 "2026-03-06T18:46:05Z")

</div>

Thank you @Max will do.
