Skip to content
Snippets Groups Projects
Commit 54c34e43 authored by Ina Martini's avatar Ina Martini
Browse files

fix: update z-index and image size

parent 8a857408
No related branches found
No related tags found
3 merge requests!66Final merge,!57General cleanup of application,!4Pipeline fix
<template>
<div class="fixed bottom-5 left-5">
<div class="fixed bottom-5 left-5 z-20">
<div @click="isModalOpen = true" class="hover:cursor-pointer">
<img
alt="Hjelp"
......@@ -11,7 +11,7 @@
<ModalComponent v-if="isModalOpen" @close="isModalOpen = false">
<InteractiveSpare
:speech="speech"
:png-size="15"
:png-size="12"
direction="right"
@emit:close="isModalOpen = false"
/>
......
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