feat: add side bar stickiness

This commit is contained in:
Matthieu Bessat 2020-08-11 22:32:18 +02:00
parent e76c382732
commit de2f8019ea
2 changed files with 6 additions and 1 deletions

View file

@ -157,6 +157,11 @@
display: none;
}
#nav-content {
position: sticky;
top: 10px;
}
.mosaic {
background: white;
width: 100%;