Skip to content

Commit 526bbc4

Browse files
committed
fix z-index for file manager
1 parent 6cdcc16 commit 526bbc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

console/src/components/file_manager/context.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export const FileManagerProvider: React.FC<FileManagerProviderProps> = ({
121121
width={900}
122122
style={{ top: 20 }}
123123
styles={{ body: { padding: 0 } }}
124+
zIndex={1300}
124125
>
125126
{currentOptions && (
126127
<FileManager

0 commit comments

Comments
 (0)