Files
sokoban/src
tiennm99 a8f75e78c7 fix(levels): keep paginator clear of the fixed site footer
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.
2026-04-29 00:18:07 +07:00
..