Fix a bug with Chrome, #4

This commit is contained in:
Lucas Verney 2018-06-30 23:24:06 +02:00
parent 5b5ec28537
commit ac518944d1
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<v-bottom-sheet class="overlayDialog" v-model="isActive">
<v-bottom-sheet v-model="isActive">
<v-card>
<v-container fluid>
<v-layout row wrap>
@ -59,3 +59,9 @@ export default {
z-index: 1003 !important;
}
</style>
<style>
.dialog__content {
z-index: 1002 !important;
}
</style>