ggcristian commited on
Commit
86a28a0
·
1 Parent(s): 02e86d6

Remove overflow-x from inner df that was making the table be cropped out at 110% zoom but not on 100% (xd)

Browse files
Files changed (1) hide show
  1. style/css_html_js.py +0 -9
style/css_html_js.py CHANGED
@@ -124,14 +124,6 @@ input[role="listbox"] {
124
  text-align: left !important;
125
  }
126
  /* Enable horizontal scrolling for tables with many columns (e.g., NotSoTiny) */
127
- .dataframe-leaderboard,
128
- .dataframe-other-models {
129
- overflow-x: auto !important;
130
- overflow-y: hidden !important;
131
- display: block !important;
132
- max-width: 100% !important;
133
- }
134
-
135
  .dataframe-leaderboard .table-wrap,
136
  .dataframe-leaderboard .wrap,
137
  .dataframe-leaderboard > div,
@@ -140,7 +132,6 @@ input[role="listbox"] {
140
  .dataframe-other-models .wrap,
141
  .dataframe-other-models > div,
142
  .dataframe-other-models table {
143
- overflow-x: auto !important;
144
  max-width: 100% !important;
145
  width: max-content !important;
146
  }
 
124
  text-align: left !important;
125
  }
126
  /* Enable horizontal scrolling for tables with many columns (e.g., NotSoTiny) */
 
 
 
 
 
 
 
 
127
  .dataframe-leaderboard .table-wrap,
128
  .dataframe-leaderboard .wrap,
129
  .dataframe-leaderboard > div,
 
132
  .dataframe-other-models .wrap,
133
  .dataframe-other-models > div,
134
  .dataframe-other-models table {
 
135
  max-width: 100% !important;
136
  width: max-content !important;
137
  }