Bjo53 commited on
Commit
46f860d
·
verified ·
1 Parent(s): 6124680

Upload static/index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. static/index.html +3 -1
static/index.html CHANGED
@@ -132,7 +132,9 @@
132
 
133
  #terminal-container {
134
  padding: 8px;
135
- min-height: 500px;
 
 
136
  background: #0d1117;
137
  }
138
 
 
132
 
133
  #terminal-container {
134
  padding: 8px;
135
+ height: 500px;
136
+ max-height: 500px;
137
+ overflow-y: auto;
138
  background: #0d1117;
139
  }
140