feat: add side bar stickiness
This commit is contained in:
parent
e76c382732
commit
de2f8019ea
2 changed files with 6 additions and 1 deletions
|
|
@ -157,6 +157,11 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
#nav-content {
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.mosaic {
|
||||
background: white;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue