App detail page faq scroll issue solved.

This commit is contained in:
Cüneyt Şentürk
2020-05-19 13:04:33 +03:00
parent 86c06e27a1
commit a69ea5b3c5
3 changed files with 89 additions and 71 deletions

View File

@ -248,7 +248,7 @@
</div>
@if ($module->purchase_faq)
<akaunting-modal :show="faq">
<akaunting-modal :show="faq" modal-dialog-class="modal-md">
<template #modal-content>
{!! $module->purchase_faq !!}
</template>