Skip to content

Commit dda7a3d

Browse files
authored
Update tab-popover.tsx
1 parent a3cb8d2 commit dda7a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/atomic/src/components/common/tabs/tab-popover.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export class TabPopover implements InitializableComponent {
203203
return (
204204
<div
205205
part="backdrop"
206-
class="z-9998 fixed bottom-0 left-0 right-0 top-0 cursor-pointer bg-transparent"
206+
class="z-99 fixed bottom-0 left-0 right-0 top-0 cursor-pointer bg-transparent"
207207
onClick={() => this.toggle()}
208208
></div>
209209
);

0 commit comments

Comments
 (0)