fix: completion popup design issue in tablet view

This commit is contained in:
RaktimaNXG
2024-05-23 13:46:17 +05:30
parent d99fecd46e
commit 08a97707b7
2 changed files with 5 additions and 5 deletions
+1 -3
View File
@@ -1590,10 +1590,8 @@ function PdfRequestFiles() {
<div className="px-[15px]">
<span>
Congratulations! 🎉 This document has been
successfully
successfully signed by all participants!
</span>
<br />
<span>signed by all participants!</span>
</div>
)}
{!isCompleted?.message && (
+4 -2
View File
@@ -19,8 +19,10 @@ const ModalUi = ({
<div className="fixed z-[999] top-0 left-0 w-[100%] h-[100%] bg-black bg-opacity-[75%]">
<div
className={`${
reduceWidth ? "md:min-w-[430px]" : "md:min-w-[500px]"
} fixed z-[1000] top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-sm bg-white rounded shadow-md max-h-90 min-w-[90%] overflow-y-auto hide-scrollbar `}
reduceWidth
? "md:min-w-[440px] md:max-w-[400px]"
: "md:min-w-[500px]"
} fixed z-[1000] top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 text-sm bg-white rounded shadow-md max-h-90 min-w-[90%] overflow-y-auto hide-scrollbar `}
>
{showHeader && (
<div