Stop empty state scrolling
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user