From 71a94b16f5f960d51e085c743cf17fb3fa14aaa1 Mon Sep 17 00:00:00 2001 From: Louis Knight-Webb Date: Fri, 20 Jun 2025 17:47:36 +0100 Subject: [PATCH] Task attempt e43fc83a-8e41-4727-bf44-94534ed3a6c1 - Final changes --- frontend/src/pages/Settings.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 99b82479..7c6d9a71 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -250,12 +250,18 @@ export function Settings() { -
- + {/* Sticky save button */} +
+
+ +
+ + {/* Spacer to prevent content from being hidden behind sticky button */} +
);