Skip to content

Commit

Permalink
Merge pull request #1618 from juhasch/fix/toc2
Browse files Browse the repository at this point in the history
TOC2: Make toc completely visible in sidebar
  • Loading branch information
juhasch authored Dec 21, 2022
2 parents dc5c24f + 2754386 commit b3c6868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/jupyter_contrib_nbextensions/nbextensions/toc2/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ padding-left: 20px;
}

.sidebar-wrapper {
top: 0;
top: 10px;
bottom: 0;
width: 212px;
border-color: #eeeeee; /* default - alterable via nbextension-configurator */
width: 212px;
border-color: #eeeeee; /* default - alterable via nbextension-configurator */
}

.sidebar-wrapper .ui-resizable-se {
Expand Down

0 comments on commit b3c6868

Please sign in to comment.