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;