Skip to content

Commit 4def689

Browse files
Make the "Start a Discussion" button also sticky
1 parent 28f7815 commit 4def689

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: less/forum.less

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
@media (min-width: 992px) {
2-
.sideNav>ul {
3-
height: 100%;
2+
:not(.TagsPage-nav).sideNav,
3+
:not(.TagsPage-nav).sideNav>ul {
44
position: sticky;
5+
top: 70px;
56
}
67

78
.sideNav>ul>.item-nav {
8-
position: sticky;
9-
top: 70px;
10-
max-height: 90vh;
9+
max-height: 80vh;
1110
overflow-x: hidden;
1211
overflow-y: hidden;
1312
/* For iOS */
@@ -39,4 +38,4 @@
3938
position: sticky;
4039
top: 70px;
4140
max-height: 90vh;
42-
}
41+
}

0 commit comments

Comments
 (0)