Skip to content

Commit

Permalink
fix: Remove focus on target drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Sep 23, 2024
1 parent 1eca2fd commit 6944f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const TargetDrawer: React.FC<{
<Drawer open={isOpen} onOpenChange={setIsOpen}>
<DrawerContent
showBar={false}
className="left-auto right-0 top-0 mt-0 h-screen w-2/3 overflow-auto rounded-none"
className="left-auto right-0 top-0 mt-0 h-screen w-2/3 overflow-auto rounded-none focus-visible:outline-none"
>
<div className="border-b p-6">
<div className="flex items-center ">
Expand Down

0 comments on commit 6944f67

Please sign in to comment.