File tree 2 files changed +9
-3
lines changed
themes/vocabulary_theme/templates
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ <h1>{{ this.title }}</h1>
85
85
</ aside >
86
86
{% endif %}
87
87
</ div >
88
- < div class ="row ">
88
+ < div class ="row padding-bottom-normal sticky-top ">
89
89
< h4 class ="b-header "> On this page</ h4 >
90
90
< aside class ="menu table-of-contents ">
91
91
< ul class ="menu-list ">
Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ code {
550
550
551
551
.project-idea {
552
552
@extend .padding-bottom-xl ;
553
-
553
+
554
554
.column {
555
555
@extend .padding-top-normal ;
556
556
}
@@ -577,7 +577,7 @@ code {
577
577
@extend .caption ;
578
578
579
579
text-decoration : none ;
580
-
580
+
581
581
.icon {
582
582
@extend .padding-right-small ;
583
583
}
@@ -593,3 +593,9 @@ code {
593
593
@extend .padding-bottom-xxl ;
594
594
}
595
595
}
596
+
597
+ // Sticky utility function
598
+ .sticky-top {
599
+ position : sticky ;
600
+ top : 0 ;
601
+ }
You can’t perform that action at this time.
0 commit comments