project-baize commited on
Commit
9073f2b
·
1 Parent(s): 1464258

Update assets/custom.css

Browse files
Files changed (1) hide show
  1. assets/custom.css +2 -1
assets/custom.css CHANGED
@@ -62,7 +62,8 @@ ol:not(.options), ul:not(.options) {
62
  }
63
  /* 屏幕宽度大于等于500px的设备 */
64
  #chuanhu_chatbot {
65
- height: 300%;
 
66
  }
67
  /* 对话气泡 */
68
  [class *= "message"] {
 
62
  }
63
  /* 屏幕宽度大于等于500px的设备 */
64
  #chuanhu_chatbot {
65
+ height: 100%;
66
+ min-height: 300px;
67
  }
68
  /* 对话气泡 */
69
  [class *= "message"] {