aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-07-04 20:41:54 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-07-04 20:41:54 +0000
commitb448871d23034f0d192c7429f0c740daf6f21266 (patch)
treeafbcb14a4de43f4caaa037ce8852304bac5a0f91
parent76de4a31328099d3bd3eb42b01929af14ea32e24 (diff)
parentca997f45e8b2e6c8df72833d774bad7266af76bf (diff)
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
-rw-r--r--src/App.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index f2972eda..6597b6f4 100644
--- 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 {