tomaarsen HF staff commited on
Commit
2c58564
1 Parent(s): f5dfa4b

Only scroll when strictly necessary; works better on Chromium (#70)

Browse files

- Use auto for overflow-x, rather than scroll (d49ab95e2aa80a4e110482a289d8fa64b7cd1373)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1223,7 +1223,7 @@ table {
1223
  }
1224
 
1225
  table > tbody > tr > td:nth-child(2) > div {
1226
- overflow-x: scroll
1227
  }
1228
  """
1229
 
 
1223
  }
1224
 
1225
  table > tbody > tr > td:nth-child(2) > div {
1226
+ overflow-x: auto
1227
  }
1228
  """
1229