From e7b92e3863696682692d27e98fdee8f5ab9b999a Mon Sep 17 00:00:00 2001 From: sindhu Date: Sun, 19 May 2024 09:09:14 +0700 Subject: [PATCH] perbaikan dropdown scroll y --- component/customdropdown/customdropdown.templ | 5 +++-- component/customdropdown/customdropdown_templ.go | 16 ++++++++-------- views/dev/mastermenuuser/mastermenuuser.templ | 1 - views/dev/mastermenuuser/mastermenuuser_templ.go | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/component/customdropdown/customdropdown.templ b/component/customdropdown/customdropdown.templ index 374b9ba..494c48b 100644 --- a/component/customdropdown/customdropdown.templ +++ b/component/customdropdown/customdropdown.templ @@ -1,10 +1,11 @@ package customdropdown; templ MainCustomDropdown(name string, id string, hxTarget string, hxGet string, hxIndicator string, hxTrigger string, hxInclude string, listItem templ.Component) { -
+