What's new
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.124
(or :latest)
Mobile pass 3: Send-to-eReader modal Send/Cancel buttons now reachable on phones (#288)
At iPhone SE width the email-select modal on the book detail page used to push the Send + Cancel buttons below the visible viewport — you couldn't tap Send without scrolling the entire outer page. Bootstrap 3 doesn't ship a scrollable-modal-body class so this was a known gap on narrow viewports.
This release caps modal body height at 50vh on phones with internal scroll. Modal header + footer stay pinned; the email-list scrolls. Touch momentum scroll enabled for iOS. Desktop unchanged.
Also tightens the modal margin from Bootstrap's default to 10px to recover vertical real estate.