From 5db49d600ed39aac7c69ccb0b2ed33b2726e1fee Mon Sep 17 00:00:00 2001 From: IanM Date: Fri, 3 Oct 2025 14:04:15 +0100 Subject: [PATCH] fix: action dropdown inaccessible near bottom of the userlist --- framework/core/less/admin/UsersListPage.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/less/admin/UsersListPage.less b/framework/core/less/admin/UsersListPage.less index 9a0fbc945f..6726a776bb 100644 --- a/framework/core/less/admin/UsersListPage.less +++ b/framework/core/less/admin/UsersListPage.less @@ -1,6 +1,7 @@ .UserListPage { // Pad bottom of page to make nav area look less squashed padding-bottom: 24px; + overflow-x: auto; &-header { margin-bottom: 16px; @@ -42,7 +43,6 @@ &--loaded, &--loadingPage { display: grid; - overflow-x: auto; } &-header {