From d60c7bbd030c1276111b4ddebb4435949eac7c25 Mon Sep 17 00:00:00 2001 From: diazz Date: Fri, 2 Dec 2022 21:51:43 +0700 Subject: [PATCH] fix: navigation should not go below footer --- .../timeline-wall/timeline-events/right-filter/styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/containers/timeline-wall/timeline-events/right-filter/styles.scss b/src/shared/containers/timeline-wall/timeline-events/right-filter/styles.scss index 712e920e69..db8d39a626 100644 --- a/src/shared/containers/timeline-wall/timeline-events/right-filter/styles.scss +++ b/src/shared/containers/timeline-wall/timeline-events/right-filter/styles.scss @@ -55,6 +55,7 @@ border-bottom-left-radius: 8px; padding: 10px 0; position: sticky; + margin-bottom: 80px; top: 0; max-height: 70%; overflow: scroll; @@ -73,6 +74,7 @@ border-radius: 0; width: calc(100% - 10px); position: relative; + margin-bottom: unset; } span {