From 49c3530b4ea05fb147a72367f61de2581dc8a634 Mon Sep 17 00:00:00 2001 From: yokomac Date: Tue, 19 Mar 2024 13:55:39 +0900 Subject: [PATCH] Update Home.module.css --- src/styles/Home.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/Home.module.css b/src/styles/Home.module.css index ee6e6dc..76e074c 100644 --- a/src/styles/Home.module.css +++ b/src/styles/Home.module.css @@ -10,7 +10,8 @@ justify-content: space-between; align-items: center; min-height: 100%; - position: fixed; + position: -webkit-sticky;/*Safari*/ + position: sticky; left: 0; }