Skip to content

Commit

Permalink
increase z index
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Nov 1, 2023
1 parent cf291be commit c07c1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<style scoped lang="scss">
.x-modal::v-deep {
z-index: 10000;
z-index: 10000 !important;
.x-modal__content {
width: 100%;
height: 100%;
Expand Down

0 comments on commit c07c1bc

Please sign in to comment.