Skip to content

Commit

Permalink
Prefix to fix dekstop sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Aug 21, 2024
1 parent c757d9f commit 5d814fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/docs/src/components/feature-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export function FeatureTabs({ className }: { className?: string }) {
' group mx-4 mt-6 md:mx-0 md:mt-0' +
' max-sm:h-[58px] max-sm:focus-within:rounded-b-none' +
' max-sm:focus-within:pointer-events-none' + // <- blur on click of current
' focus-within:has-[>:nth-child(2)[data-state="active"]]:translate-y-[-100%]' +
' focus-within:has-[>:nth-child(3)[data-state="active"]]:translate-y-[-200%]' +
' max-sm:focus-within:has-[>:nth-child(2)[data-state="active"]]:translate-y-[-100%]' +
' max-sm:focus-within:has-[>:nth-child(3)[data-state="active"]]:translate-y-[-200%]' +
' relative z-10 overflow-hidden focus-within:overflow-visible'
}
>
Expand Down

0 comments on commit 5d814fc

Please sign in to comment.