- If you want the Chatbot to display full screen, then consider using the direct link to access your DT.
- You can even use a subdomain name. So your customers wont know the Chatbot is hosted on our server.
- If you want your Chatbot to have a default height you can use this CSS code:
<style>
.survey-page {
min-height: 700px !important;
}
</style>
This will make all nodes a default of seven hundred pixels high. And they will expand automatically if necessary.
- Simply add this code to your decision tree level scripts section. And it will apply to all nodes in your DT.

- Alternatively you can add this code to a single node script section if you want to specify a default height for each node. For example you could have one node 700px and another 1200px high. It’s up to you!
