From c0fabcedd2900c3d97d47878d73361556447686c Mon Sep 17 00:00:00 2001 From: maddalax Date: Thu, 10 Oct 2024 10:13:57 -0500 Subject: [PATCH] no sticky sidebar for now because of small screens --- htmgo-site/pages/docs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmgo-site/pages/docs.go b/htmgo-site/pages/docs.go index 1e09152..6f55173 100644 --- a/htmgo-site/pages/docs.go +++ b/htmgo-site/pages/docs.go @@ -15,7 +15,7 @@ func DocsPage(ctx *h.RequestContext) *h.Page { return h.NewPage(base.RootPage( ctx, h.Div( - h.Class("flex flex-col md:flex-row gap-6 justify-center overflow-x-hidden md:overflow-x-visible"), + h.Class("flex flex-col md:flex-row gap-6 justify-center overflow-x-hidden"), h.Aside( h.Class("md:h-screen md:sticky md:top-0 md:w-42"), // Applied sticky positioning here partials.DocSidebar(pages),