scroll bar fixed
This commit is contained in:
parent
29a30904f1
commit
6a6de12ed8
2 changed files with 2 additions and 2 deletions
|
|
@ -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"}>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue