Skip to content

Commit

Permalink
Add z-index to the modal (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadmayahi authored Jan 14, 2021
1 parent 82c6726 commit ceeb6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/inertia/resources/js/Jetstream/Modal.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<portal to="modal">
<transition leave-active-class="duration-200">
<div v-show="show" class="fixed inset-0 overflow-y-auto px-4 py-6 sm:px-0">
<div v-show="show" class="fixed inset-0 overflow-y-auto px-4 py-6 sm:px-0 z-50">
<transition enter-active-class="ease-out duration-300"
enter-class="opacity-0"
enter-to-class="opacity-100"
Expand Down

0 comments on commit ceeb6a6

Please sign in to comment.