margin issue fixed on object panel

This commit is contained in:
Saimon8420 2025-01-12 17:40:11 +06:00
parent 6a6de12ed8
commit 696fa28aa5

View file

@ -48,7 +48,7 @@ const ObjectPanel = () => {
</CollapsibleTrigger>
<CollapsibleContent>
<div className="h-[450px] xl:h-fit lg:h-fit md:h-fit overflow-y-scroll scrollbar-thin scrollbar-thumb-secondary scrollbar-track-white px-1">
<div className="h-[450px] xl:h-fit lg:h-fit md:h-fit overflow-y-scroll scrollbar-thin scrollbar-thumb-secondary scrollbar-track-white px-1 mb-2">
<Tabs className="w-full h-fit"
value={tabValue}
onValueChange={(value) => setTabValue(value)} // Sync tab state with context