Skip to content

Commit

Permalink
MenuRenderer, OverflowMenu: Improve scroll fade effect in older browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Dec 5, 2024
1 parent 51874b6 commit ebae63c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {

export const container = style({
WebkitOverflowScrolling: 'touch',
WebkitMaskComposite: 'destination-in', // Fallback for browsers that don't support mask-composite
maskComposite: 'intersect',
});

Expand Down

0 comments on commit ebae63c

Please sign in to comment.