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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user