Omar Robinson

Results 4 comments of Omar Robinson

It works if you disable native clamp like so: `useNativeClamp: false`

I am not sure this feature is needed as most WordPress sites are running a plugin that will do this for you. It also causes conflict with SEO plugins. I...

Hi, I just installed this plugin and got the same error with v0.6. I decided to try v0.5 after reading through these issues and it worked fine. For anyone who...

A simple workaround that worked for me was wrapping the content inside a `` with `overflow-y-auto` and `max-h-full` (tailwind classes). I hope this helps anyone who might be looking for...