From 3f8f27270b039218192c5a6f2bbb38db6a6399d1 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Sat, 4 May 2024 15:24:52 +0700 Subject: [PATCH] view: fix scrollbar appears in the bottom when using w-screen --- views/components/body.templ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/components/body.templ b/views/components/body.templ index b73fcb3..369f68e 100644 --- a/views/components/body.templ +++ b/views/components/body.templ @@ -3,11 +3,11 @@ package components import "github.com/tigorlazuardi/redmage/views" templ Body(c *views.Context) { - + @Navigation(c) {
@Navbar(c) -
+
{ children... }