margin issue fixed on object panel
This commit is contained in:
parent
6a6de12ed8
commit
696fa28aa5
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const ObjectPanel = () => {
|
||||||
</CollapsibleTrigger>
|
</CollapsibleTrigger>
|
||||||
|
|
||||||
<CollapsibleContent>
|
<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"
|
<Tabs className="w-full h-fit"
|
||||||
value={tabValue}
|
value={tabValue}
|
||||||
onValueChange={(value) => setTabValue(value)} // Sync tab state with context
|
onValueChange={(value) => setTabValue(value)} // Sync tab state with context
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue