tori29umai commited on
Commit
cee9ec6
1 Parent(s): 95b1a7d

Update custom.html

Browse files
Files changed (1) hide show
  1. custom.html +1 -1
custom.html CHANGED
@@ -2,7 +2,7 @@
2
  function adjustChatbotHeight() {
3
  var chatbot = document.querySelector('#chatbot');
4
  if (chatbot) {
5
- chatbot.style.height = window.innerHeight * 0.6 + 'px';
6
  }
7
  }
8
 
 
2
  function adjustChatbotHeight() {
3
  var chatbot = document.querySelector('#chatbot');
4
  if (chatbot) {
5
+ chatbot.style.height = window.innerHeight * 0.4 + 'px';
6
  }
7
  }
8