ranWang commited on
Commit
9d3b638
1 Parent(s): 0995819

uopdate min-height style

Browse files
Files changed (1) hide show
  1. app.css +2 -1
app.css CHANGED
@@ -163,7 +163,8 @@
163
  border: 1px solid rgba(0, 0, 0, 0.15);
164
  border-radius: 10px;
165
  position: relative;
166
- max-height: 380px;
 
167
  overflow-y: auto;
168
  border-width: 1px;
169
  border: 1px solid rgba(0, 0, 0, 0.15);
 
163
  border: 1px solid rgba(0, 0, 0, 0.15);
164
  border-radius: 10px;
165
  position: relative;
166
+ max-height: 280px;
167
+ min-height: 150px;
168
  overflow-y: auto;
169
  border-width: 1px;
170
  border: 1px solid rgba(0, 0, 0, 0.15);