Apps added in dev mode missing padding in a parent container (max-sm:px-4). This is causing the inline widget to extend to the edge of screen (past the app logo) in mobile screens.
Devs can’t control this element. How do i know what will happen in production?
Zillow app prod container element:
<div class="no-scrollbar relative mb-2 thread-sm:w-full mx-0 max-sm:-mx-(--thread-content-margin) max-sm:w-[100cqw] max-sm:overflow-hidden max-sm:overflow-visible max-sm:px-4 overflow-visible">
Pizzaz demo and personal dev container element
<div class="no-scrollbar relative mb-2 thread-sm:w-full mx-0 max-sm:-mx-(--thread-content-margin) max-sm:w-[100cqw] max-sm:overflow-hidden overflow-visible">

