Skip to content
Snippets Groups Projects
Commit cf09538d authored by Ron Lucke's avatar Ron Lucke Committed by David Siegfried
Browse files

fix #2113

Closes #2113

Merge request studip/studip!2456
parent 2693d8ea
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<div <div
class="cw-companion-overlay" class="cw-companion-overlay"
:class="[showCompanion ? 'cw-companion-overlay-in' : '', showCompanion ? '' : 'cw-companion-overlay-out', styleCompanion]" :class="[showCompanion ? 'cw-companion-overlay-in' : '', showCompanion ? '' : 'cw-companion-overlay-out', styleCompanion]"
:aria-hidden="!showCompanion"
> >
<div class="cw-companion-overlay-content" v-html="msgCompanion"></div> <div class="cw-companion-overlay-content" v-html="msgCompanion"></div>
<button class="cw-compantion-overlay-close" @click="hideCompanion"></button> <button class="cw-compantion-overlay-close" @click="hideCompanion"></button>
...@@ -46,4 +47,4 @@ export default { ...@@ -46,4 +47,4 @@ export default {
} }
}, },
}; };
</script> </script>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment