Skip to content

Commit

Permalink
Merge pull request #380 from qor5/fix-kak-menu-problem
Browse files Browse the repository at this point in the history
fix: πŸ› fix menu scrolling problem
  • Loading branch information
danni-cool authored Jul 31, 2024
2 parents d01c8f5 + 78fb438 commit 08caaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets/presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ func (b *Builder) defaultLayout(in web.PageFunc, cfg *LayoutConfig) (out web.Pag
toolbar,
VCard(
menu,
).Class("ma-4").Variant(VariantText),
).Class("menu-content my-4 ml-4 pr-4").Variant(VariantText),
),
// VDivider(),
profile,
Expand Down

0 comments on commit 08caaba

Please sign in to comment.