Stop empty state scrolling

This commit is contained in:
David Langley
2025-02-14 20:23:40 +00:00
parent a365533367
commit b1250a4ef4

View File

@@ -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);
}
}