Skip to content

Commit

Permalink
fix toc background mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Nov 18, 2024
1 parent 15a0b48 commit 4a9038e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/jsdoc-template/static/styles/jsdoc-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ nav {
height: 100%;
padding: 10px;
border-right: 1px solid #eee;
background-color: white;
/* box-shadow: 0 0 3px rgba(0,0,0,0.1); */
}

Expand Down Expand Up @@ -737,6 +738,7 @@ dl.param-type {

nav {
border-right-color: #666;
background-color: #333;
}

.nav-heading a {
Expand Down

0 comments on commit 4a9038e

Please sign in to comment.