Changeset d5b9d2a in Klonkt for src/views/pages/post-edit.ejs

Timestamp:
06/17/2026 01:59:24 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
dd80030
Parents:
8f6a61d
Message:

Fix: bottom tab scrolls with the page on mobile (overflow-x hidden→clip)

body (and on mobile body+html) had overflow-x:hidden. hidden automatically sets
the other axis to overflow:auto → body becomes a scroll container → position:fixed
(the bottom tab) becomes relative to it and scrolls along (visible e.g. on the
admin list). overflow-x:clip clips horizontally without creating that scroll context;
hidden stays as fallback for iOS <16. CSS cache-buster v6.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.