Closed ishaiavrahami closed 1 year ago
When drag is turned on the modal doesn't add style to content only after first drag. Any reason i'm experiencing this?
vue-final-modal: 3.4.4 vue: 3
Mac
Set :min-width and look at the content style which should include min-width
:min-width
min-width
@ishaiavrahami
You can just override the initial style of .vfm__content to achieve this. For example:
.vfm__content { top: 10px; left: 10px; width: 300px; height: 200px; }
When drag is turned on the modal doesn't add style to content only after first drag. Any reason i'm experiencing this?
Version
vue-final-modal: 3.4.4 vue: 3
OS
Mac
Reproduction Link
Steps to reproduce
Set
:min-width
and look at the content style which should includemin-width
What is Expected?
What is actually happening?