style: change height of SCORM iframe so that user don't have to scroll
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user