Skip to content

Commit

Permalink
FIX: Only set z index
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 31, 2024
1 parent e04331b commit 3200687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,13 @@ td p {
div.first-col-sticky+table td:first-child, th:first-child {
position: sticky;
left: 0;
z-index: 4 !important; /* Ensure the left column stickiness (dataset) takes priority */
z-index: 1; /* 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 3200687

Please sign in to comment.