mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
Fix Load more scrolling
This commit is contained in:
parent
63898a1b9d
commit
6120339d26
3 changed files with 6 additions and 0 deletions
src/views
|
@ -110,6 +110,7 @@ $base-bg: $ui-white;
|
|||
padding-top: 16px;
|
||||
padding-bottom: 32px;
|
||||
width: 100%;
|
||||
overflow-anchor: none;
|
||||
|
||||
.button {
|
||||
display: block;
|
||||
|
|
|
@ -33,6 +33,10 @@
|
|||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.messages-social {
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
||||
.messages-admin-list,
|
||||
.messages-social-list {
|
||||
padding: 0;
|
||||
|
|
|
@ -230,6 +230,7 @@ $stage-width: 480px;
|
|||
min-width: 65%;
|
||||
max-width: 100%;
|
||||
flex: 1;
|
||||
overflow-anchor: none;
|
||||
|
||||
@media #{$medium-and-smaller} {
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue