1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +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 {
// Pad bottom of page to make nav area look less squashed
padding-bottom: 24px;
overflow-x: auto;
&-header {
margin-bottom: 16px;
@@ -52,7 +53,6 @@
&--loaded,
&--loadingPage {
display: grid;
overflow-x: auto;
}
&-header {