Skip to content

Commit

Permalink
FIX: Border
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 31, 2024
1 parent 37c904e commit e04331b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ div.first-col-sticky+table td:first-child, th:first-child {
left: 0;
z-index: 4 !important; /* Ensure the left column stickiness (dataset) takes priority */
background-color: var(--md-default-bg-color);
border-right: .05rem solid var(--md-typeset-table-color);
}
div.first-row-sticky+table th {
position: sticky;
top: 0;
z-index: 3;
background-color: var(--md-default-bg-color);
border-bottom: .05rem solid var(--md-typeset-table-color);
}

0 comments on commit e04331b

Please sign in to comment.