Skip to content

Commit

Permalink
Update tab-popover.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault authored Feb 7, 2025
1 parent a3cb8d2 commit dda7a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atomic/src/components/common/tabs/tab-popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class TabPopover implements InitializableComponent {
return (
<div
part="backdrop"
class="z-9998 fixed bottom-0 left-0 right-0 top-0 cursor-pointer bg-transparent"
class="z-99 fixed bottom-0 left-0 right-0 top-0 cursor-pointer bg-transparent"
onClick={() => this.toggle()}
></div>
);
Expand Down

0 comments on commit dda7a3d

Please sign in to comment.