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

@@ -3,7 +3,8 @@
.tutorialContentTable {
.stickyContainer {
position: sticky;
top: 60px;
top: $grid-sticky-top;
.list {
align-items: flex-start;
display: flex;