Hide overflow on member list container (#20729)
Fixes https://linear.app/tryghost/issue/DES-561/horizontal-scroll-on-members-index-shows-on-both-sides-of-table On resolutions where the members list needed horizontal scrollbars, the table was overflowing on the left side of the list. This hides that overflow and fixes the issue.
This commit is contained in:
parent
bdff3d7b5c
commit
e0a07c6813
@ -68,6 +68,7 @@
|
||||
@media (max-width: 1450px) {
|
||||
.members-list-container-stretch {
|
||||
min-height: calc(100vh - 176px);
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user