fix x scroll
This commit is contained in:
parent
c727b98b17
commit
963e198a74
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ func DocsPage(ctx *h.RequestContext) *h.Page {
|
||||||
return h.NewPage(base.RootPage(
|
return h.NewPage(base.RootPage(
|
||||||
ctx,
|
ctx,
|
||||||
h.Div(
|
h.Div(
|
||||||
h.Class("flex flex-col md:flex-row gap-6 justify-center"),
|
h.Class("flex flex-col md:flex-row gap-6 justify-center overflow-x-hidden"),
|
||||||
h.Aside(
|
h.Aside(
|
||||||
h.Class("md:h-screen md:sticky md:top-0 md:w-42"), // Applied sticky positioning here
|
h.Class("md:h-screen md:sticky md:top-0 md:w-42"), // Applied sticky positioning here
|
||||||
partials.DocSidebar(pages),
|
partials.DocSidebar(pages),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue