File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 43
43
</ li >
44
44
</ ul >
45
45
46
- < ul >
46
+ < ul class =" article-list " >
47
47
{% assign grouped = site.til | group_by: 'category' %}
48
48
{% for group in grouped %}
49
49
< li >
Original file line number Diff line number Diff line change 69
69
70
70
.main {
71
71
margin-top : $space + $nav-header-height ;
72
-
72
+ height : 100vh ;
73
+ overflow-y : scroll ;
73
74
@media (min-width : $mobile-break ) {
74
75
margin-top : 0 ;
75
76
}
@@ -117,6 +118,14 @@ header {
117
118
}
118
119
}
119
120
121
+ .article-list {
122
+ overflow-y : scroll ;
123
+ height : calc (100vh - 195px );
124
+ height : -o-calc (100vh - 195px ); /* opera */
125
+ height : -webkit-calc (100vh - 195px ); /* google, safari */
126
+ height : -moz-calc (100vh - 195px ); /* firefox */
127
+ }
128
+
120
129
.open-nav {
121
130
background-image : url (/ images/menu.svg );
122
131
background-color : transparent ;
You can’t perform that action at this time.
0 commit comments