Skip to content

Commit 699ff00

Browse files
committed
dataframe css
1 parent 082632e commit 699ff00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ table {
99
color:black;
1010
font-size:13px;
1111
table-layout:fixed;
12+
overflow: scroll;
1213
}
1314
thead {
1415
border-bottom:1px solid black;vertical-align:bottom;
@@ -39,4 +40,8 @@ tbody tr:nth-child(odd){
3940
}
4041
.vid video {
4142
width: 85%;
43+
}
44+
45+
.dataframe {
46+
overflow: scroll;
4247
}

0 commit comments

Comments
 (0)