Skip to content

Commit

Permalink
header.tsx change on line 189 #336
Browse files Browse the repository at this point in the history
  • Loading branch information
benz0301 committed Nov 1, 2024
1 parent a0c7460 commit e2c57c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export default (props: HeaderProps) => {
<NavigationMenuTrigger
hideCheveron
className="h-11 max-h-11 bg-transparent p-0 hover:bg-transparent focus:bg-transparent"
onPointerMove={(e) => e.preventDefault()}
>
<HeaderIcon icon={List} />
</NavigationMenuTrigger>
Expand Down

0 comments on commit e2c57c3

Please sign in to comment.