quick fix till we do a proper Z index overhaul

This commit is contained in:
EthanHealy01 2025-10-09 16:01:05 +01:00
parent a10c21bb77
commit a116986147
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ const FileManager: React.FC<FileManagerProps> = ({ selectedTool }) => {
radius="md"
className="overflow-hidden p-0"
withCloseButton={false}
zIndex={1100}
styles={{
content: {
position: 'relative',

View File

@ -125,6 +125,7 @@ const FilePickerModal = ({
title={t("fileUpload.selectFromStorage", "Select Files from Storage")}
size="lg"
scrollAreaComponent={ScrollArea.Autosize}
zIndex={1100}
>
<Stack gap="md">
{storedFiles.length === 0 ? (