Fix scrolling in old WBTs
This commit is contained in:
parent
4910eb00d0
commit
cce3198d9a
|
|
@ -10,12 +10,7 @@ const props = defineProps<{
|
|||
<template>
|
||||
<LearningContentSimpleLayout :learning-content="props.content">
|
||||
<div class="h-screen">
|
||||
<iframe
|
||||
width="100%"
|
||||
height="100%"
|
||||
scrolling="no"
|
||||
:src="props.content.content_url"
|
||||
/>
|
||||
<iframe width="100%" height="100%" :src="props.content.content_url" />
|
||||
</div>
|
||||
</LearningContentSimpleLayout>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue