fix: update ScrollBar to prevent pointer events
This commit is contained in:
parent
7cf475e057
commit
836005aaff
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export default function NoteInteractions({
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<ScrollArea className="flex-1 w-0">
|
<ScrollArea className="flex-1 w-0">
|
||||||
<Tabs selectedTab={type} onTabChange={setType} />
|
<Tabs selectedTab={type} onTabChange={setType} />
|
||||||
<ScrollBar orientation="horizontal" className="opacity-0" />
|
<ScrollBar orientation="horizontal" className="opacity-0 pointer-events-none" />
|
||||||
</ScrollArea>
|
</ScrollArea>
|
||||||
<Separator orientation="vertical" className="h-6" />
|
<Separator orientation="vertical" className="h-6" />
|
||||||
<div className="size-10 flex items-center justify-center">
|
<div className="size-10 flex items-center justify-center">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue