TheoLvs commited on
Commit
f2aadef
1 Parent(s): 0ad27f8

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -1
style.css CHANGED
@@ -183,5 +183,6 @@ div#chatbot-row{
183
  }
184
 
185
  div#chatbot{
186
- height:calc(100vh - 270px)
 
187
  }
 
183
  }
184
 
185
  div#chatbot{
186
+ height:calc(100vh - 270px);
187
+ max-height:calc(100vh - 270px);
188
  }