fix: select last item on mobile
This commit is contained in:
parent
441639a8d5
commit
cb7fa99fd3
|
@ -12,6 +12,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 736px) {
|
@media (max-width: 736px) {
|
||||||
|
body {
|
||||||
|
padding-bottom: 5em;
|
||||||
|
}
|
||||||
#more {
|
#more {
|
||||||
display: inherit
|
display: inherit
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue