mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 09:27:04 +02:00
fix(v2): make border right of doc sidebar equals doc page (#2626)
This commit is contained in:
parent
2c4490a1ff
commit
52d15e0f7e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue