Skip to content

Commit

Permalink
Add pointer-events-auto on buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dem4ron committed Oct 24, 2024
1 parent de8e48a commit c2be06c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SeniorView } from './SeniorView'
import { JuniorView } from './JuniorView'

export const VIEW_CHANGER_BUTTON_CLASS =
'cursor-pointer text-18 font-semibold rounded-8 border-1 border-borderColor1 px-12 py-8 h-[56px]'
'cursor-pointer text-18 font-semibold rounded-8 border-1 border-borderColor1 px-12 py-8 h-[56px] pointer-events-auto'

type ViewVariant = 'initial' | 'junior' | 'senior'

Expand Down

0 comments on commit c2be06c

Please sign in to comment.