Skip to content

Commit 9fecc59

Browse files
committed
issue10: side navigation style
1 parent cc07f9e commit 9fecc59

File tree

1 file changed

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

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,19 @@
5454
padding: 10px 0;
5555
position: fixed;
5656
right: 0;
57+
left: 1374px;
5758
max-height: 70%;
5859
overflow: scroll;
60+
-ms-overflow-style: none; /* Internet Explorer 10+ */
61+
scrollbar-width: none; /* Firefox */
62+
63+
&::-webkit-scrollbar {
64+
display: none; /* Safari and Chrome */
65+
}
66+
67+
@media (max-width: 1500px) {
68+
left: unset;
69+
}
5970

6071
@media (max-width: 768px) {
6172
border-radius: 0;

0 commit comments

Comments
 (0)