diff --git a/scss/boost_union/post.scss b/scss/boost_union/post.scss index a3a7ea958ee..e990df39b93 100644 --- a/scss/boost_union/post.scss +++ b/scss/boost_union/post.scss @@ -1641,6 +1641,7 @@ body.theme_boost-union-footerbuttonnone.jsenabled { max-height: calc(100vh - 120px); text-align: center; padding: 5px; + overflow: auto; position: fixed; right: 0; top: 100px; @@ -1660,6 +1661,8 @@ body.theme_boost-union-footerbuttonnone.jsenabled { .dropdown-menu { min-width: 220px; max-width: 260px; + max-height: calc(100vh - 200px); + overflow: auto; margin-top: 0; /* The more menu item with inline to display in full width */ .nav-item {