Merge branch 'canvas_v1' into 'main'
margin issue fixed on object panel See merge request planpostai/planpostai_canvas!5
This commit is contained in:
commit
db1f5d8118
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue