diff --git a/client/src/components/Chat/Input/Files/FileRow.tsx b/client/src/components/Chat/Input/Files/FileRow.tsx
index 542978f3a8..7919e2e875 100644
--- a/client/src/components/Chat/Input/Files/FileRow.tsx
+++ b/client/src/components/Chat/Input/Files/FileRow.tsx
@@ -75,20 +75,20 @@ export default function FileRow({
const renderFiles = () => {
const rowStyle = isRTL
? {
- display: 'flex',
- flexDirection: 'row-reverse',
- flexWrap: 'wrap',
- gap: '4px',
- width: '100%',
- maxWidth: '100%',
- }
+ display: 'flex',
+ flexDirection: 'row-reverse',
+ flexWrap: 'wrap',
+ gap: '4px',
+ width: '100%',
+ maxWidth: '100%',
+ }
: {
- display: 'flex',
- flexWrap: 'wrap',
- gap: '4px',
- width: '100%',
- maxWidth: '100%',
- };
+ display: 'flex',
+ flexWrap: 'wrap',
+ gap: '4px',
+ width: '100%',
+ maxWidth: '100%',
+ };
return (
diff --git a/client/src/components/Chat/Messages/Content/DialogImage.tsx b/client/src/components/Chat/Messages/Content/DialogImage.tsx
index 3418f5c9dc..2080e69fca 100644
--- a/client/src/components/Chat/Messages/Content/DialogImage.tsx
+++ b/client/src/components/Chat/Messages/Content/DialogImage.tsx
@@ -8,7 +8,7 @@ export default function DialogImage({ isOpen, onOpenChange, src = '', downloadIm
showCloseButton={false}
className="h-full w-full rounded-none bg-transparent"
disableScroll={false}
- overlayClassName="bg-surface-secondary"
+ overlayClassName="bg-surface-primary opacity-95 z-50"
>
diff --git a/client/src/components/ui/PixelCard.tsx b/client/src/components/ui/PixelCard.tsx
index aabed69fb4..141a3ee55c 100644
--- a/client/src/components/ui/PixelCard.tsx
+++ b/client/src/components/ui/PixelCard.tsx
@@ -350,12 +350,13 @@ export default function PixelCard({
>