From cf3632a4728e5ca9afca0c77277b4c88ed26bf2a Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Sun, 12 Jan 2025 08:56:29 +0000 Subject: [PATCH] Update Sidebar.module.css Signed-off-by: Charles de Dreuille --- canon-docs/src/components/Sidebar/Sidebar.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/canon-docs/src/components/Sidebar/Sidebar.module.css b/canon-docs/src/components/Sidebar/Sidebar.module.css index 1733dd4f3a..870f504d28 100644 --- a/canon-docs/src/components/Sidebar/Sidebar.module.css +++ b/canon-docs/src/components/Sidebar/Sidebar.module.css @@ -4,7 +4,8 @@ @media (min-width: 768px) { .sidebar { - display: fixed; + display: block; + position: fixed; top: 0; left: 0; width: 300px;