mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #4473 from mxmou/fix-load-more-scrolling
Fix "Load more" scrolling
This commit is contained in:
commit
cda05817f9
3 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue