Closed batgithub closed 1 year ago
@batgithub It's been a while... Sorry mate! 🙈 Anyhow, thank you very much for bringing this to my attention.
Pretty sure there was a reason once but to be honest, I can't remember ^^ It seems everything works as expected despite I've removed the conflicting styles.
I guess that was a quick win?
:tada: This issue has been resolved in version 3.1.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Hi, thanks for your plugin that add a really good feature to kirby 🙂.
My issue is that your plugin impact the height of the general modal of kirby (for changing status, name ...)
I found that there is a min-height: in
EnhancedToolbarWriterLinkDialog.vue
that may cause this issue..k-dialog-body form { min-height: 340px; }
Is there any reason to add this ? Because without this property it seems to work too ?How it looks normally
how it's altered by the plugin