rohan13 commited on
Commit
2bcb68d
Β·
1 Parent(s): 797b29d
Files changed (1) hide show
  1. static/style.css +4 -1
static/style.css CHANGED
@@ -129,7 +129,10 @@
129
 
130
  .chat-input {
131
  display: flex;
132
- margin-top: 55px;
 
 
 
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 {