diff --git a/client/src/Pages/ResultsPage.tsx b/client/src/Pages/ResultsPage.tsx index 02842af..dc18905 100644 --- a/client/src/Pages/ResultsPage.tsx +++ b/client/src/Pages/ResultsPage.tsx @@ -62,11 +62,17 @@ function ResultsPage() { - - - - Processing Complete! - + + + Processing Complete! + @@ -77,7 +83,7 @@ function ResultsPage() { - {mediaFile.name} (Original) + {mediaFile.name} @@ -96,7 +102,7 @@ function ResultsPage() { {audioClass === "Music" ? ( <> - + Processed Files diff --git a/client/src/Pages/UploadPage.tsx b/client/src/Pages/UploadPage.tsx index 6a8c241..4982a20 100644 --- a/client/src/Pages/UploadPage.tsx +++ b/client/src/Pages/UploadPage.tsx @@ -237,6 +237,7 @@ function UploadPage() { : "transparent", transition: "all 0.3s ease", cursor: "pointer", + overflow: "auto" }} onDragOver={handleDragOver} onDragLeave={handleDragLeave} @@ -253,7 +254,16 @@ function UploadPage() { /> - + {file ? file.name : "Drop your file here or click to browse files"}