Skip to content

Commit

Permalink
fix jaxtapose bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSand committed Dec 4, 2023
1 parent b6e436d commit ea820c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ code {
text-align: left;
outline: none;
font-size: 15px;

position: relative;
z-index: 1;
}

.active, .collapsible:hover {
Expand All @@ -278,7 +281,7 @@ code {

.collapse_color {
background-color: #f1f1f1;
z-index: -1;
z-index: 0;
}

/* collapse end */
Expand Down

0 comments on commit ea820c4

Please sign in to comment.