Make room for the create button
Fixes an issue where content on the bottom of the page would be impossible to click on narrow devices.
This commit is contained in:
parent
d11b16dad6
commit
1aa4cf6ebb
|
@ -183,4 +183,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
padding-bottom: 60px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue