t0-0 commited on
Commit
9de4514
·
1 Parent(s): bbe855d

Ensure model names are always visible on the leaderboard.

Browse files
Files changed (1) hide show
  1. style.css +7 -0
style.css CHANGED
@@ -44,6 +44,13 @@ table th:first-child {
44
  white-space: nowrap;
45
  }
46
 
 
 
 
 
 
 
 
47
  #llm-benchmark-tab-table-button, #llm-benchmark-tab-about-button, #llm-benchmark-tab-submit-button {
48
  font-size: 20px;
49
  }
 
44
  white-space: nowrap;
45
  }
46
 
47
+ table td:nth-child(2) {
48
+ left: 0;
49
+ z-index: 1;
50
+ position: sticky;
51
+ background-color: rgba(255,255,255,0.75);
52
+ }
53
+
54
  #llm-benchmark-tab-table-button, #llm-benchmark-tab-about-button, #llm-benchmark-tab-submit-button {
55
  font-size: 20px;
56
  }