Merge branch 'fix/allow-over-scrolling-on-bottom-mobile' into 'develop'

Fix #854: allow overscrolling enough to not have FAB block interactables

Closes #854

See merge request pleroma/pleroma-fe!1165
This commit is contained in:
HJ 2020-07-04 20:41:54 +00:00
commit b448871d23
1 changed files with 4 additions and 0 deletions

View File

@ -858,6 +858,10 @@ nav {
display: block;
margin-right: 0.8em;
}
.main {
margin-bottom: 7em;
}
}
.select-multiple {