From cdeba4fe687aab81a86b0e3d0f7e7154056a398f Mon Sep 17 00:00:00 2001 From: nq4t Date: Wed, 25 Jan 2023 07:14:31 +0000 Subject: [PATCH] css2 --- public/css/hyde.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;