diff --git a/res/css/views/right_panel/_ExtensionsCard.pcss b/res/css/views/right_panel/_ExtensionsCard.pcss index 65dc23f667..502ae8e4fa 100644 --- a/res/css/views/right_panel/_ExtensionsCard.pcss +++ b/res/css/views/right_panel/_ExtensionsCard.pcss @@ -130,4 +130,9 @@ Please see LICENSE files in the repository root for full details. /* Overlap the Add extensions button */ top: -76px; } + + .mx_EmptyState { + /* Stop empty state scrolling */ + height: calc(100% - 76px); + } }