anonymous12321 commited on
Commit
8daf4e5
·
verified ·
1 Parent(s): 7e6bfd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -11
app.py CHANGED
@@ -189,19 +189,22 @@ button:hover { background-color: #00aaff !important; }
189
  color: #eee;
190
  margin-top: 25px;
191
  position: relative;
192
- overflow: scroll;
 
 
193
  }
194
- .arrow-btn {
195
- width: 25px;
196
- height: 25px;
197
- font-size: 12px;
198
- padding: 0;
199
- background: none;
200
- border: none;
201
- color: #e0f0ff;
202
- cursor: pointer;
203
- font-weight: bold;
204
  }
 
205
  .arrow-btn:hover { color: #ffffff; transform: scale(1.3); }
206
  .use-btn { background-color:#66b3ff !important; color:#000 !important; font-weight:600 !important; border-radius:6px !important; padding:3px 8px !important; margin-left:5px;}
207
  .use-btn:hover { background-color:#99ccff !important; }
 
189
  color: #eee;
190
  margin-top: 25px;
191
  position: relative;
192
+ max-height: 150px;
193
+ overflow-y: auto;
194
+ overflow-x: hidden;
195
  }
196
+ .suggestion-box .suggestion-text {
197
+ width: 100%;
198
+ text-align: center;
199
+ border: none;
200
+ background: none;
201
+ color: #eee;
202
+ font-weight: 500;
203
+ padding-top: 8px;
204
+ overflow-y: auto;
205
+ max-height: 120px;
206
  }
207
+
208
  .arrow-btn:hover { color: #ffffff; transform: scale(1.3); }
209
  .use-btn { background-color:#66b3ff !important; color:#000 !important; font-weight:600 !important; border-radius:6px !important; padding:3px 8px !important; margin-left:5px;}
210
  .use-btn:hover { background-color:#99ccff !important; }