diff --git a/public/css/hyde.css b/public/css/hyde.css index 041dfd3..a26c036 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -61,7 +61,7 @@ html { } @media (min-width: 48em) { .sidebar { - position: fixed; +/* position: fixed; */ top: 0; left: 0; bottom: 0; @@ -160,6 +160,7 @@ a.sidebar-nav-item:focus { @media (min-width: 48em) { .content { + top: 0; max-width: 38rem; margin-left: 20rem; margin-right: 2rem;