Skip to content

Commit a98458a

Browse files
authored
Fix z-index for focused Tabs (#2117)
1 parent 7313c72 commit a98458a

File tree

1 file changed

+4
-0
lines changed
  • packages/ui/tailwind-utils-config/components

1 file changed

+4
-0
lines changed

packages/ui/tailwind-utils-config/components/tabs.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ export default {
101101

102102
'&:where(:not([disabled]):hover)': {
103103
color: 'var(--cn-text-brand)'
104+
},
105+
106+
'&:where(:not([disabled]):focus-visible)': {
107+
'@apply z-[1]': ''
104108
}
105109
},
106110

0 commit comments

Comments
 (0)