responsive: fixed modalecard from flagcollection
This commit is contained in:
@ -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%'
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user