fix: CallUI should be above everything
This commit is contained in:
parent
84b8dcef3a
commit
a80b75c96b
@ -2,7 +2,7 @@
|
|||||||
<div v-show="showCallPopup">
|
<div v-show="showCallPopup">
|
||||||
<div
|
<div
|
||||||
ref="callPopup"
|
ref="callPopup"
|
||||||
class="fixed z-10 flex w-60 cursor-move select-none flex-col rounded-lg bg-gray-900 p-4 text-gray-300 shadow-2xl"
|
class="fixed z-12 flex w-60 cursor-move select-none flex-col rounded-lg bg-gray-900 p-4 text-gray-300 shadow-2xl"
|
||||||
:style="style"
|
:style="style"
|
||||||
>
|
>
|
||||||
<div class="flex flex-row-reverse items-center gap-1">
|
<div class="flex flex-row-reverse items-center gap-1">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user