1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

fix: dropdown inaccessible near bottom of the userlist (#4208)

This commit is contained in:
IanM
2025-04-03 17:51:24 +01:00
committed by GitHub
parent ea6e1a07aa
commit a5728eaa5c

View File

@@ -1,6 +1,7 @@
.UserListPage { .UserListPage {
// Pad bottom of page to make nav area look less squashed // Pad bottom of page to make nav area look less squashed
padding-bottom: 24px; padding-bottom: 24px;
overflow-x: auto;
&-header { &-header {
margin-bottom: 16px; margin-bottom: 16px;
@@ -52,7 +53,6 @@
&--loaded, &--loaded,
&--loadingPage { &--loadingPage {
display: grid; display: grid;
overflow-x: auto;
} }
&-header { &-header {