1
0
forked from test/crm

style: removed faded bottom in email content

This commit is contained in:
Shariq Ansari 2024-07-15 18:48:36 +05:30
parent bac291daed
commit 8c0247b1a2

View File

@ -2,15 +2,7 @@
<iframe
ref="iframeRef"
:srcdoc="htmlContent"
class="prose-f block h-screen max-h-[500px] w-full"
style="
height: 40px;
mask-image: linear-gradient(
to bottom,
black calc(100% - 20px),
transparent 100%
);
"
class="prose-f block h-10 max-h-[500px] w-full"
/>
</template>