diff --git a/app/assets/stylesheets/common/components/footer-nav.scss b/app/assets/stylesheets/common/components/footer-nav.scss index f116d02afe8..71ed2f9af5d 100644 --- a/app/assets/stylesheets/common/components/footer-nav.scss +++ b/app/assets/stylesheets/common/components/footer-nav.scss @@ -18,6 +18,11 @@ body.footer-nav-visible { margin-bottom: env(safe-area-inset-bottom); padding-bottom: 0px; } + + .posts-filtered-notice { + transition: all linear 0.1s; + bottom: $footer-nav-height + 15; + } } .footer-nav {