feat(nc-gui): workspace image logo support

This commit is contained in:
Ramesh Mane
2024-11-20 17:11:11 +00:00
parent 96dbfda751
commit 1318aa1309

View File

@@ -95,7 +95,7 @@ watch(showCropper, () => {
</script>
<template>
<NcModal v-model:visible="showCropper" :mask-closable="false">
<NcModal v-model:visible="showCropper" :mask-closable="false" wrap-class-name="!z-1050">
<div class="nc-image-cropper-wrapper relative">
<Cropper
ref="cropperRef"