mirror of
https://github.com/tiennm99/sokoban.git
synced 2026-09-13 12:20:40 +00:00
The level-select pager is the last child of .screen and lands near the
viewport bottom on shorter screens, where the position: fixed
.site-footer ("made by miti99") was overlapping it. Add a
margin-bottom of calc(48px + safe-area-inset-bottom) so the pager
always sits above the footer's hit area.