From 573293c6ed203de3e25454492fa956df4d445057 Mon Sep 17 00:00:00 2001 From: Ayush kumar gupta Date: Sat, 22 Aug 2026 09:34:07 +0530 Subject: [PATCH 1/2] fix: redirect Read Blog footer button to /blogs (#2074) --- src/theme/Footer/Layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/Footer/Layout/index.tsx b/src/theme/Footer/Layout/index.tsx index 2902a5a9..91bb1dfe 100644 --- a/src/theme/Footer/Layout/index.tsx +++ b/src/theme/Footer/Layout/index.tsx @@ -132,7 +132,7 @@ export default function FooterLayout(): ReactNode { code second.

- + Date: Sat, 22 Aug 2026 09:56:14 +0530 Subject: [PATCH 2/2] fix: show profile dropdown above sidebar --- src/components/dashboard/Sidebar/DashboardSidebar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/Sidebar/DashboardSidebar.css b/src/components/dashboard/Sidebar/DashboardSidebar.css index 17a9a57e..032c1eae 100644 --- a/src/components/dashboard/Sidebar/DashboardSidebar.css +++ b/src/components/dashboard/Sidebar/DashboardSidebar.css @@ -11,7 +11,7 @@ border-right: 1px solid var(--ifm-color-emphasis-200); background: var(--ifm-background-color); transition: width 0.2s ease; - overflow: hidden; + } .dashboard-rail.collapsed { @@ -113,7 +113,7 @@ border-radius: 10px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); padding: 6px; - z-index: 20; + z-index: 1000; display: flex; flex-direction: column; }