Need guidance on how to make the chatbot occupy the whole screen like in Chatgpt.
I am new to coding and I am using voice flow for my school project. Plz help me through this
verify: { projectID: '65aa6270a36bb0b79c9bba16' },versionID: 'development',versionID: 'production',``
<iframe id="vfchatframe" style="width: 100%; height: 80vh;"></iframe>
<script>
var iframe = document.getElementById('vfchatframe');
var iframeDocument = iframe.contentWindow.document;
var script = iframeDocument.createElement('script');
script.innerHTML = (function(d, t) {<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Voiceflow Chat</title>
<style>
#voiceflow-chat {
width: 100vw;
height: 100vh;
margin: 0;
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 1000;
}
</style>
</head>
<body>
<script type="text/javascript">
(function (d, t) {
var v = d.createElement(t), s = d.getElementsByTagName(t)[0];
v.onload = function () {
window.voiceflow.chat.load({
verify: { projectID: '65aa6270a36bb0b79c9bba16' },
url: 'https://general-runtime.voiceflow.com/',
versionID: 'development',
assistant: {
stylesheet: "https://link.voiceflow.fr/b53Sxx"
}
}).then(() => {
setTimeout(() => {window.voiceflow.chat.open();}, 500)
});
};
v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s);
})(document, 'script');
</script>
<div id="voiceflow-chat"></div>
</body>
</html>verify: { projectID: '65aa6270a36bb0b79c9bba16' },versionID: 'development',versionID: 'production',``
<iframe id="vfchatframe" style="width: 100%; height: 80vh;"></iframe>
<script>
var iframe = document.getElementById('vfchatframe');
var iframeDocument = iframe.contentWindow.document;
var script = iframeDocument.createElement('script');
script.innerHTML =