forked from farhoodlabs/paperclip
4993b5338c
Root cause: CSS Grid items default to min-width:auto, allowing content to push the dialog wider than the viewport on mobile. - Add [&>*]:min-w-0 on DialogContent to prevent grid children from expanding beyond the container width - Keep overflow-x-hidden as safety net - Remove negative-margin sticky footer that extended beyond bounds - Revert to standard DialogFooter without negative margins Co-Authored-By: Paperclip <noreply@paperclip.ing>
@paperclipai/ui
Published static assets for the Paperclip board UI.
What gets published
The npm package contains the production build under dist/. It does not ship the UI source tree or workspace-only dependencies.
Typical use
Install the package, then serve or copy the built files from node_modules/@paperclipai/ui/dist.