Self-hosted comments as embed, Cusdis

I am working to add a comment system (on Cusdis) using an embed in Sitely, and am working through a couple glitches. Does anyone have any experience with Cusdis and/or embedding a comment system?

Cusdis is a lightweight, open-source, and privacy-focused comment system alternate to Disqus, etc, built on a Next.js framework. It uses SQLite, not MySQL, receives good security reviews, and installs on a server using Docker Containers.

There is a bit of server-side work required, but not too complicated so far.:face_with_raised_eyebrow:

Suggestions? Comments? Questions?

Thanks!

The Cusdis embed effectively works to add comments to the page: view it here.

One glitch however: The viewable box reveals only the input lines (see #1). Prior comments must be scrolled to display (see #2). The “Content expands vertically” checkbox is active.

Perhaps the checkbox is not activating the content properly?

Perhaps a bug? @duncan ?

Suggestions?