Merge branch 'canvas_v1' into 'main'

scroll bar fixed

See merge request planpostai/planpostai_canvas!4
This commit is contained in:
Md. Latiful Kabir 2025-01-12 11:30:27 +00:00
commit 75f270ae91
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ const SheetRightPanel = () => {
<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>
<Card className="p-2 mx-1">
<CollapsibleComponent text={"Canvas Setting"}>

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 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"
value={tabValue}
onValueChange={(value) => setTabValue(value)} // Sync tab state with context