Skip to content

Commit 72cfa0d

Browse files
authored
fix: action dropdown inaccessible near bottom of the userlist (#4250)
1 parent d270889 commit 72cfa0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/core/less/admin/UsersListPage.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.UserListPage {
22
// Pad bottom of page to make nav area look less squashed
33
padding-bottom: 24px;
4+
overflow-x: auto;
45

56
&-header {
67
margin-bottom: 16px;
@@ -42,7 +43,6 @@
4243
&--loaded,
4344
&--loadingPage {
4445
display: grid;
45-
overflow-x: auto;
4646
}
4747

4848
&-header {

0 commit comments

Comments
 (0)