Skip to content

Commit

Permalink
fix(v2): make border right of doc sidebar equals doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Apr 18, 2020
1 parent 409f878 commit 84b3ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
box-sizing: border-box;
width: 300px;
position: relative;
top: calc(-1 * var(--ifm-navbar-height));
margin-top: calc(-1 * var(--ifm-navbar-height));
}

.docMainContainer {
Expand Down

0 comments on commit 84b3ec3

Please sign in to comment.