I noticed another issue on your site. I see that you’ve integrated your blog’s darkmode/lightmode system with the new Discourse embed so that changing the blog’s mode automatically changes the embed’s mode. However, while the integration works fine in Firefox and Chrome, it doesn’t work with Safari. I’m guessing that this is a Discourse issue, as not only is the “Allow access” popup relevant only to Safari, but another issue of the scrollbar working incorrectly also affects only Safari.
That all somewhat aside, I’m curious how you got the darkmode/lightmode integration working. I initiated an Automatic dark mode for embedded comments post several years ago, and from that was able to have somebody write a script using postMessage to get the two systems working together. But with Discourse’s new full comment system embed, the script seems to have been broken (with the default oddly being the Discourse theme’s darkmode). So my question is: Did you have a postMessage script written previously, which you updated for Discourse’s new embed system? And if so (and even though you use WordPress and I use Ghost), would you mind sharing your code? Perhaps I could compare your code with what I’ve got to try and get things working with Ghost and with my blog’s darkmode setup.