1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-03 00:53:02 +01:00

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

Fix : allow overscrolling enough to not have FAB block interactables

Closes 

See merge request 
This commit is contained in:
HJ 2020-07-04 20:41:54 +00:00
commit b448871d23

View file

@ -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 {