forked from AkkomaGang/akkoma-fe
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:
commit
b448871d23
1 changed files with 4 additions and 0 deletions
|
@ -858,6 +858,10 @@ nav {
|
||||||
display: block;
|
display: block;
|
||||||
margin-right: 0.8em;
|
margin-right: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main {
|
||||||
|
margin-bottom: 7em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-multiple {
|
.select-multiple {
|
||||||
|
|
Loading…
Reference in a new issue