Closed HamzaInPerth closed 3 years ago
Im trying to set 50% of the modal on desctop, and 100% on mobile. Please have a look bellow :
"vue-js-modal": "^2.0.0-rc.6"
<modal name="form" :focusTrap="true" :scrollable="true" :adaptative="true" width="50%" minWidth="300px" height="auto" > <div class="bg-black flex flex-row justify-between items-center px-5"> <h1 class="text-center text-xl text-white py-3 items-center"> TEST </h1> <div class="text-white items-center">X</div> </div> </modal>
I have checked stackoverflow for solutions and 100% sure that this issue is not not related to my code.
Problem:
Im trying to set 50% of the modal on desctop, and 100% on mobile. Please have a look bellow :
Version:
"vue-js-modal": "^2.0.0-rc.6"
Example & screenshots: