Skip to content

Commit

Permalink
Fix(Regions): make regions zIndex higher than envelope (#4013)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Boman <[email protected]>
  • Loading branch information
matthewboman and Matthew Boman authored Jan 29, 2025
1 parent f273f30 commit 045e95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/regions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ class RegionsPlugin extends BasePlugin<RegionsPluginEvents, RegionsPluginOptions
left: '0',
width: '100%',
height: '100%',
zIndex: '3',
zIndex: '5',
pointerEvents: 'none',
},
})
Expand Down

0 comments on commit 045e95e

Please sign in to comment.