Spaces:
Running
Running
Only scroll when strictly necessary; works better on Chromium (#70)
Browse files- Use auto for overflow-x, rather than scroll (d49ab95e2aa80a4e110482a289d8fa64b7cd1373)
app.py
CHANGED
@@ -1223,7 +1223,7 @@ table {
|
|
1223 |
}
|
1224 |
|
1225 |
table > tbody > tr > td:nth-child(2) > div {
|
1226 |
-
overflow-x:
|
1227 |
}
|
1228 |
"""
|
1229 |
|
|
|
1223 |
}
|
1224 |
|
1225 |
table > tbody > tr > td:nth-child(2) > div {
|
1226 |
+
overflow-x: auto
|
1227 |
}
|
1228 |
"""
|
1229 |
|