Skip to content

Commit

Permalink
z-index of the modal is not enough
Browse files Browse the repository at this point in the history
  • Loading branch information
mervekaraman committed Aug 31, 2023
1 parent 79dcd97 commit 5ef37de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/assets/js/components/AkauntingModalAddNew.vue
@@ -1,8 +1,9 @@
<template>
<SlideYUpTransition :duration="animationDuration">
<div class="modal w-full h-full fixed top-0 left-0 right-0 z-50 overflow-y-auto overflow-hidden modal-add-new fade justify-center"
<div class="modal w-full h-full fixed top-0 left-0 right-0 overflow-y-auto overflow-hidden modal-add-new fade justify-center"
@click.self="closeModal"
:class="[modalPositionTop ? 'items-start' : 'items-center', {'show flex flex-wrap modal-background': show}, {'hidden': !show}]"
style="z-index: 100;"
v-show="show"
tabindex="-1"
role="dialog"
Expand Down

0 comments on commit 5ef37de

Please sign in to comment.