idolezal commited on
Commit
8c07af8
β€’
1 Parent(s): f3ec01f

Fix strange blinking rows

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -247,7 +247,15 @@ custom_css = """
247
  footer {visibility: hidden}
248
 
249
  .leaderboard-table tr:first-child th {
250
- background-color: var(--table-even-background-fill);
 
 
 
 
 
 
 
 
251
  }
252
 
253
  .leaderboard-table th:first-child, .leaderboard-table td:first-child {
 
247
  footer {visibility: hidden}
248
 
249
  .leaderboard-table tr:first-child th {
250
+ background-color: var(--table-even-background-fill) !important;
251
+ }
252
+
253
+ .leaderboard-table tr td {
254
+ background-color: var(--table-even-background-fill) !important;
255
+ }
256
+
257
+ .leaderboard-table tr.row_odd td {
258
+ background-color: var(--table-odd-background-fill) !important;
259
  }
260
 
261
  .leaderboard-table th:first-child, .leaderboard-table td:first-child {