From 928d150ec981d64817cf0720853315df6ab24cd8 Mon Sep 17 00:00:00 2001 From: Michal Date: Tue, 12 Mar 2024 15:28:28 +0000 Subject: [PATCH] feat: added tab nav --- src/assets/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/main.css b/src/assets/main.css index aad97e7..0a1c79d 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -95,7 +95,8 @@ article>:first-child:is(footer) { height: auto; object-fit: cover; flex-shrink: 0; - scroll-snap-align: start; + /* Scroll snap seems to sometimes cause the container to scroll all the way to the right on load - @todo investigate */ + /* scroll-snap-align: center; */ } /* If there is only one image, it should be 100% */