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.
2 parents 3cbd42a + d60c7bb commit 00bb74bCopy full SHA for 00bb74b
src/shared/containers/timeline-wall/timeline-events/right-filter/styles.scss
@@ -55,6 +55,7 @@
55
border-bottom-left-radius: 8px;
56
padding: 10px 0;
57
position: sticky;
58
+ margin-bottom: 80px;
59
top: 0;
60
max-height: 70%;
61
overflow: scroll;
@@ -73,6 +74,7 @@
73
74
border-radius: 0;
75
width: calc(100% - 10px);
76
position: relative;
77
+ margin-bottom: unset;
78
}
79
80
span {
0 commit comments