Fix padding on page content on small screens

This commit is contained in:
Jon Staab
2026-05-01 13:24:42 -07:00
parent 976ccdabd4
commit 8a0abacf6f
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
const className = $derived(
cx(
props.class,
"scroll-container z-feature flex min-h-0 w-full min-w-0 flex-col overflow-y-auto overflow-x-hidden",
"scroll-container z-feature flex min-h-0 w-full min-w-0 flex-col overflow-y-auto overflow-x-hidden pb-14 md:pb-0",
),
)
</script>