We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc07f9e commit 9fecc59Copy full SHA for 9fecc59
src/shared/containers/timeline-wall/timeline-events/right-filter/styles.scss
@@ -54,8 +54,19 @@
54
padding: 10px 0;
55
position: fixed;
56
right: 0;
57
+ left: 1374px;
58
max-height: 70%;
59
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
70
71
@media (max-width: 768px) {
72
border-radius: 0;
0 commit comments