ysharma HF Staff commited on
Commit
41c6607
·
1 Parent(s): 7137cdd
Files changed (1) hide show
  1. style.css +2 -1
style.css CHANGED
@@ -2,6 +2,7 @@
2
  max-width: 700px;
3
  margin-left: auto;
4
  margin-right: auto;
 
5
  /*overflow-anchor: none;*/
6
  }
7
  a {text-decoration-line: underline; font-weight: 600;}
@@ -47,7 +48,7 @@ a {text-decoration-line: underline; font-weight: 600;}
47
  /*}*/
48
  #chatbot-component {
49
  /*overflow-anchor: none;*/
50
- /*overflow: auto;*/
51
  display: flex;
52
  flex-direction: column-reverse;
53
  }
 
2
  max-width: 700px;
3
  margin-left: auto;
4
  margin-right: auto;
5
+ height:100%;
6
  /*overflow-anchor: none;*/
7
  }
8
  a {text-decoration-line: underline; font-weight: 600;}
 
48
  /*}*/
49
  #chatbot-component {
50
  /*overflow-anchor: none;*/
51
+ overflow: auto;
52
  display: flex;
53
  flex-direction: column-reverse;
54
  }