This commit is contained in:
Janis
2022-12-19 01:12:11 +01:00
parent 8a8ea32c34
commit 8ac23deb65
8 changed files with 101 additions and 60 deletions

View File

@@ -0,0 +1,17 @@
@import "variables.scss";
.tutorialContentTable {
.stickyContainer {
position: sticky;
top: 60px;
.list {
align-items: flex-start;
display: flex;
flex-direction: column;
font-size: 14px;
margin-bottom: 16px;
padding-bottom: 16px;
row-gap: 10px;
}
}
}