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