Merge pull request #4473 from mxmou/fix-load-more-scrolling

Fix "Load more" scrolling
This commit is contained in:
Benjamin Wheeler 2020-10-15 14:04:07 -04:00 committed by GitHub
commit cda05817f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -110,6 +110,7 @@ $base-bg: $ui-white;
padding-top: 16px;
padding-bottom: 32px;
width: 100%;
overflow-anchor: none;
.button {
display: block;

View file

@ -33,6 +33,10 @@
margin-bottom: 3rem;
}
.messages-social {
overflow-anchor: none;
}
.messages-admin-list,
.messages-social-list {
padding: 0;

View file

@ -230,6 +230,7 @@ $stage-width: 480px;
min-width: 65%;
max-width: 100%;
flex: 1;
overflow-anchor: none;
@media #{$medium-and-smaller} {
padding: 0;