Spaces:
Runtime error
Runtime error
css fix
Browse files- static/style.css +4 -1
static/style.css
CHANGED
@@ -129,7 +129,10 @@
|
|
129 |
|
130 |
.chat-input {
|
131 |
display: flex;
|
132 |
-
|
|
|
|
|
|
|
133 |
}
|
134 |
|
135 |
.chat-input input {
|
|
|
129 |
|
130 |
.chat-input {
|
131 |
display: flex;
|
132 |
+
position: absolute;
|
133 |
+
bottom: 0;
|
134 |
+
left: 0;
|
135 |
+
right: 0;
|
136 |
}
|
137 |
|
138 |
.chat-input input {
|