style: change height of SCORM iframe so that user don't have to scroll

This commit is contained in:
FahidLatheef
2025-01-21 16:23:38 +05:30
parent 19e5136d64
commit 2ce2df6390

View File

@@ -12,7 +12,10 @@
user.data?.is_instructor)
"
>
<iframe :src="chapter.doc.launch_file" class="w-full h-screen" />
<iframe
:src="chapter.doc.launch_file"
class="w-full h-[calc(100vh-3.00rem)]"
/>
</div>
<div v-else-if="!enrollment.data?.length">
<div class="text-center pt-10 px-5 md:px-0 pb-10">