Merge branch 'canvas_v1' into 'main'
scroll bar fixed See merge request planpostai/planpostai_canvas!4
This commit is contained in:
commit
75f270ae91
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ const SheetRightPanel = () => {
|
||||||
|
|
||||||
<Separator className="my-2" />
|
<Separator className="my-2" />
|
||||||
|
|
||||||
<div className="h-[500px] overflow-y-scroll">
|
<div className="h-[500px] overflow-y-scroll scrollbar-thin scrollbar-thumb-secondary scrollbar-track-white">
|
||||||
<div>
|
<div>
|
||||||
<Card className="p-2 mx-1">
|
<Card className="p-2 mx-1">
|
||||||
<CollapsibleComponent text={"Canvas Setting"}>
|
<CollapsibleComponent text={"Canvas Setting"}>
|
||||||
|
|
|
||||||
|
|
@ -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 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">
|
||||||
<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