Spaces:
Running
Running
Update src/App.js
Browse files- src/App.js +1 -1
src/App.js
CHANGED
|
@@ -167,7 +167,7 @@ const BenchmarkChart = () => {
|
|
| 167 |
</div>
|
| 168 |
</div>
|
| 169 |
|
| 170 |
-
<div className="h-[
|
| 171 |
<div className="space-y-2">
|
| 172 |
{benchmarkData.map((modelData, index) => {
|
| 173 |
const currentValue = getCurrentValue(modelData, currentPhase);
|
|
|
|
| 167 |
</div>
|
| 168 |
</div>
|
| 169 |
|
| 170 |
+
<div className="h-[600px] overflow-y-auto pr-2">
|
| 171 |
<div className="space-y-2">
|
| 172 |
{benchmarkData.map((modelData, index) => {
|
| 173 |
const currentValue = getCurrentValue(modelData, currentPhase);
|