diff --git a/app/assets/stylesheets/components/cards.scss b/app/assets/stylesheets/components/cards.scss index 3d4d0da5c..6159ac905 100644 --- a/app/assets/stylesheets/components/cards.scss +++ b/app/assets/stylesheets/components/cards.scss @@ -13,6 +13,8 @@ background: var(--card-bg); color: var(--card-secondary-color); box-shadow: 0 0 0 1px var(--card-secondary-border); + max-height: calc(100vh - var(--header-height) - 2*var(--layout-padding)); + overflow: auto; } &--elevated { diff --git a/app/views/articles/_sticky_nav.html.erb b/app/views/articles/_sticky_nav.html.erb index 662aacedb..7e378334e 100644 --- a/app/views/articles/_sticky_nav.html.erb +++ b/app/views/articles/_sticky_nav.html.erb @@ -1,5 +1,5 @@ <% @actor = @article.organization || @article.user %> -