Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface-projects/Deep-Reinforcement-Learning-Leaderboard
anglesplato
/
Deep-Reinforcement-Learning-Leaderboard-V2
like
0
Runtime error
App
Files
Files
Community
1
ThomasSimonini
HF staff
commited on
Jul 18, 2022
Commit
8a621b4
•
1 Parent(s):
72cd114
Add overflow to scroll environments
Browse files
Files changed (1)
hide
show
app.css
+5
-0
app.css
CHANGED
Viewed
@@ -30,3 +30,8 @@ text-align: left;
30
thead tr {
31
text-align: left;
32
}
30
thead tr {
31
text-align: left;
32
}
33
+
34
+
.flex
35
+
{
36
+
overflow:auto;
37
+
}