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; } 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.