fix: not sure how this worked out it?
Needed for SelfEvaluationFeedback.vue
This commit is contained in:
parent
f123e2bddf
commit
6a96ad2d05
|
|
@ -12,7 +12,7 @@ defineEmits(["exit"]);
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="absolute bottom-0 top-0 w-full bg-white">
|
<div class="absolute bottom-0 left-0 top-0 w-full bg-white">
|
||||||
<CoursePreviewBar v-if="courseSessionsStore.hasCourseSessionPreview" />
|
<CoursePreviewBar v-if="courseSessionsStore.hasCourseSessionPreview" />
|
||||||
<div
|
<div
|
||||||
:class="{
|
:class="{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue