Modal fullscreen mode
How to use fullscreen mode on your modal
Add parameter fullscreen
to your modal
YourComponent.vue
<l-modal :name="'test'" fullscreen="true">
<template #title>
Some title
</template>
<template #content>
Some content
</template>
</l-modal>
Result