Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AI-MO/math-olympiad-solver
tenet
/
math-olympiad-solver
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ranWang
commited on
Jul 9, 2024
Commit
fdb8072
·
1 Parent(s):
62ca594
Adjust CSS
Browse files
Files changed (1)
hide
show
app.css
+5
-0
app.css
CHANGED
Viewed
@@ -102,3 +102,8 @@
102
height: 480px;
103
overflow-y: visible;
104
}
102
height: 480px;
103
overflow-y: visible;
104
}
105
+
106
+
.solution-content .sube-content {
107
+
overflow-y: auto;
108
+
padding: 12px;
109
+
}