Skip to content

Commit b0eb621

Browse files
committed
change the size
1 parent e6f6bd9 commit b0eb621

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bigframes/display/table_widget.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
.table-container {
18-
max-height: 500px;
18+
max-height: 620px;
1919
overflow: auto;
2020
}
2121

@@ -53,7 +53,8 @@ table {
5353
}
5454

5555
th {
56-
background-color: #f8f9fa;
56+
background-color: var(--colab-primary-surface-color, var(--jp-layout-color0));
57+
/* Uncomment once we support sorting cursor: pointer; */
5758
position: sticky;
5859
top: 0;
5960
z-index: 1;

0 commit comments

Comments
 (0)