From d9caa3482cd27ae9db0ebb5d4714cd70df94387f Mon Sep 17 00:00:00 2001 From: EthanHealy01 <80844253+EthanHealy01@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:53:16 +0000 Subject: [PATCH] Stop the "Open Files" button from disappearing at certain zoom levels (#5384) I have been trying to get this perfect for a while, but this is the best I can do. I tried to get the open files button to be sticky at the bottom, but beyond certain zoom levels, this causes it to disappear. Not worth spending more time on it right now. Co-authored-by: James Brunton --- frontend/src/core/components/fileManager/FileDetails.tsx | 6 ++---- frontend/src/core/components/fileManager/FileInfoCard.tsx | 6 +++--- .../components/shared/filePreview/DocumentThumbnail.tsx | 7 ++++++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/frontend/src/core/components/fileManager/FileDetails.tsx b/frontend/src/core/components/fileManager/FileDetails.tsx index 428dbb53a..c2afc4776 100644 --- a/frontend/src/core/components/fileManager/FileDetails.tsx +++ b/frontend/src/core/components/fileManager/FileDetails.tsx @@ -73,9 +73,9 @@ const FileDetails: React.FC = ({ } return ( - + {/* Section 1: Thumbnail Preview */} - + = ({