commit: b448871d23034f0d192c7429f0c740daf6f21266
parent: 76de4a31328099d3bd3eb42b01929af14ea32e24
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Sat, 4 Jul 2020 20:41:54 +0000
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
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/App.scss b/src/App.scss
@@ -858,6 +858,10 @@ nav {
display: block;
margin-right: 0.8em;
}
+
+ .main {
+ margin-bottom: 7em;
+ }
}
.select-multiple {