Skip to content

Commit 90a5b86

Browse files
authored
Merge pull request #6736 from topcoder-platform/timeline-wall-api-issues-20-25
Issue 20 + 25: navigation should not go below footer
2 parents 7da9e13 + a0c41a7 commit 90a5b86

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/shared/containers/timeline-wall/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
border: none;
8787
color: white;
8888

89+
&:visited,
8990
&:hover {
9091
color: white;
9192
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.container {
44
display: flex;
55
flex-direction: column;
6+
z-index: 1;
67

78
@media (max-width: 768px) {
89
position: fixed;

0 commit comments

Comments
 (0)