From 78fb438169899e84985073eb0c1d4dd95b6b9bbe Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 31 Jul 2024 14:21:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20fix=20menu=20scrolling=20?= =?UTF-8?q?problem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- presets/presets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets/presets.go b/presets/presets.go index 24a652bce..263ab33e3 100644 --- a/presets/presets.go +++ b/presets/presets.go @@ -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,