Fix:Modal overlay z-index

This commit is contained in:
advplyr 2021-12-07 18:17:21 -06:00
parent 9548be7075
commit bb1a5b2e6d

View File

@ -39,7 +39,7 @@ export default {
},
zIndex: {
type: Number,
default: 40
default: 50
},
bgOpacity: {
type: Number,