Skip to content

Commit 4a9038e

Browse files
committed
fix toc background mobile
1 parent 15a0b48 commit 4a9038e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/jsdoc-template/static/styles/jsdoc-default.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ nav {
224224
height: 100%;
225225
padding: 10px;
226226
border-right: 1px solid #eee;
227+
background-color: white;
227228
/* box-shadow: 0 0 3px rgba(0,0,0,0.1); */
228229
}
229230

@@ -737,6 +738,7 @@ dl.param-type {
737738

738739
nav {
739740
border-right-color: #666;
741+
background-color: #333;
740742
}
741743

742744
.nav-heading a {

0 commit comments

Comments
 (0)