Spaces:
Runtime error
Runtime error
Update constants/styles.css
Browse files- constants/styles.css +2 -2
constants/styles.css
CHANGED
|
@@ -83,7 +83,7 @@ h3 {
|
|
| 83 |
padding: 20px;
|
| 84 |
box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
|
| 85 |
border-radius: 30px;
|
| 86 |
-
height:
|
| 87 |
width: 80%;
|
| 88 |
|
| 89 |
position: fixed;
|
|
@@ -112,7 +112,7 @@ h3 {
|
|
| 112 |
}
|
| 113 |
|
| 114 |
#chatbot-inside {
|
| 115 |
-
height:
|
| 116 |
border-width: 1px !important;
|
| 117 |
border-color: lightgray !important;
|
| 118 |
}
|
|
|
|
| 83 |
padding: 20px;
|
| 84 |
box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
|
| 85 |
border-radius: 30px;
|
| 86 |
+
height: 600px;
|
| 87 |
width: 80%;
|
| 88 |
|
| 89 |
position: fixed;
|
|
|
|
| 112 |
}
|
| 113 |
|
| 114 |
#chatbot-inside {
|
| 115 |
+
height: 100% !important;
|
| 116 |
border-width: 1px !important;
|
| 117 |
border-color: lightgray !important;
|
| 118 |
}
|