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