Make desktop docs-nav sticky on scroll
This commit is contained in:
@@ -74,9 +74,18 @@ li.nav-item {
|
||||
|
||||
.doc-nav-desktop {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.doc-nav-desktop.relative {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.doc-nav-desktop.fixed {
|
||||
float: unset;
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
.doc-content {
|
||||
width: 75%;
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user