sidebar nav

This commit is contained in:
Janis
2022-12-19 01:24:25 +01:00
parent 8ac23deb65
commit 26f8683f69
7 changed files with 31 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
@import "variables.scss";
.sidebar {
.stickyContainer {
position: sticky;
top: $grid-sticky-top;
}
}