no sticky sidebar for now because of small screens
This commit is contained in:
parent
e860f715d8
commit
c0fabcedd2
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(
|
||||
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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue