Spaces:
Running
Running
Add scroll for long AI chat answers
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -450,6 +450,7 @@ textarea.form-input{height:120px;resize:vertical}
|
|
| 450 |
|
| 451 |
|
| 452 |
.checkout-done-btn{display:none !important}.vas-unlocked .checkout-done-btn{display:flex !important}
|
|
|
|
| 453 |
</style>
|
| 454 |
<!-- Libraries for quotation export -->
|
| 455 |
<script src="https://cdn.jsdelivr.net/npm/exceljs@4.4.0/dist/exceljs.min.js"></script>
|
|
|
|
| 450 |
|
| 451 |
|
| 452 |
.checkout-done-btn{display:none !important}.vas-unlocked .checkout-done-btn{display:flex !important}
|
| 453 |
+
.chat-msg.bot{max-height:58vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.chat-msg.bot::-webkit-scrollbar{width:5px}.chat-msg.bot::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:8px}
|
| 454 |
</style>
|
| 455 |
<!-- Libraries for quotation export -->
|
| 456 |
<script src="https://cdn.jsdelivr.net/npm/exceljs@4.4.0/dist/exceljs.min.js"></script>
|