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 */} +
);