From c283410934581ff2920e06c5b6372646a62f85f4 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sat, 4 Oct 2025 13:11:50 +0300 Subject: [PATCH] Allow scrolling outside the "box" in blog posts (for martins) --- src/pages/blogs/[...slug].astro | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/pages/blogs/[...slug].astro b/src/pages/blogs/[...slug].astro index 7dae497..a7394ca 100644 --- a/src/pages/blogs/[...slug].astro +++ b/src/pages/blogs/[...slug].astro @@ -24,7 +24,7 @@ const nextBlog = sortedBlogs[currentIndex - 1] || undefined; --- -
+
+ +