responsive: fixed modalecard from flagcollection

This commit is contained in:
2021-03-31 11:03:00 +02:00
parent 70b36d9f55
commit ae3c8f1234
2 changed files with 9 additions and 4 deletions

View File

@ -105,9 +105,14 @@ export default {
{ item: this.item },
{
name: `modal-${this.item.id}`,
draggable: true,
width: '850px',
height: '610px'
draggable: false,
classes: "vm--modale-card",
// this does not work
// adaptative: true,
// maxWidth: 850,
// maxHeight: 610,
width: '95%',
height: '95%'
}
)
}