From fbdf83a151e10d6ef43ee21d671dfae7fd5d7022 Mon Sep 17 00:00:00 2001 From: yokomac Date: Tue, 19 Mar 2024 14:27:23 +0900 Subject: [PATCH] Update Home.module.css --- src/styles/Home.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/Home.module.css b/src/styles/Home.module.css index db79e4b..d7ea5b8 100644 --- a/src/styles/Home.module.css +++ b/src/styles/Home.module.css @@ -8,6 +8,7 @@ display: flex; flex-direction: column; align-items: center; + min-height: 100%; position: sticky; top: 0; }