···3737 <UpdateLeafletTitle entityID={props.leaflet_id} />
3838 <AddLeafletToHomepage />
3939 <SelectionManager />
4040+ {/* we need the padding bottom here because if we don't have it the mobile footer will cut off
4141+ the dropshadow on the page... the padding is compensated by a negative top margin in mobile footer */}
4042 <div
4141- className="leafletContentWrapper w-full relative overflow-x-scroll snap-x snap-mandatory no-scrollbar grow items-stretch flex h-full"
4343+ className="leafletContentWrapper w-full relative overflow-x-scroll snap-x snap-mandatory no-scrollbar grow items-stretch flex h-full pb-4"
4244 id="page-carousel"
4345 >
4446 <Pages rootPage={props.leaflet_id} />