Fix Load more scrolling

This commit is contained in:
Maxi-Mouse 2020-10-01 20:17:27 +02:00
parent 63898a1b9d
commit 6120339d26
3 changed files with 6 additions and 0 deletions
src/views

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;