Skip to content

Commit 00bb74b

Browse files
authored
Merge pull request #6743 from topcoder-platform/timeline-wall-api-20
fix: navigation should not go below footer
2 parents 3cbd42a + d60c7bb commit 00bb74b

File tree

1 file changed

+2
-0
lines changed
  • src/shared/containers/timeline-wall/timeline-events/right-filter

1 file changed

+2
-0
lines changed

src/shared/containers/timeline-wall/timeline-events/right-filter/styles.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
border-bottom-left-radius: 8px;
5656
padding: 10px 0;
5757
position: sticky;
58+
margin-bottom: 80px;
5859
top: 0;
5960
max-height: 70%;
6061
overflow: scroll;
@@ -73,6 +74,7 @@
7374
border-radius: 0;
7475
width: calc(100% - 10px);
7576
position: relative;
77+
margin-bottom: unset;
7678
}
7779

7880
span {

0 commit comments

Comments
 (0)