Skip to content

Commit

Permalink
fix rightAsidemenu pointerevents when not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Nov 6, 2024
1 parent 1a8bf3d commit bad725f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/libs/kode-ui/src/patterns/SideBarLayout/aside.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ export const asideWrapperClass = recipe({
true: {
opacity: 1,
transform: 'translateX(0%)',
pointerEvents: 'auto',
},
false: [
{
opacity: 0,
pointerEvents: 'none',
},
],
},
Expand Down

0 comments on commit bad725f

Please sign in to comment.