From 72eaaf9dd218bb2fb680412066b839944bd7b760 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sat, 8 Feb 2025 16:30:11 +0530 Subject: [PATCH] refactor: adjust sticky positioning in SettingsOptionLayout for improved layout consistency --- src/components/Layouts/SettingsOptionLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layouts/SettingsOptionLayout.tsx b/src/components/Layouts/SettingsOptionLayout.tsx index 7dcd567..fa76cd6 100644 --- a/src/components/Layouts/SettingsOptionLayout.tsx +++ b/src/components/Layouts/SettingsOptionLayout.tsx @@ -59,7 +59,7 @@ export const SettingsLayout = ({ children }: { children: React.ReactNode }) => {
-