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 |
-
|
| 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 |
}
|