Skip to content

Commit

Permalink
Update Leaflet.Sleep.js
Browse files Browse the repository at this point in the history
Change the click to wake button z-index so it stays hidden behind BL modal windows.

Fixes #593
  • Loading branch information
ewlarson committed Jun 10, 2024
1 parent b280847 commit 5015d3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ L.Map.Sleep = L.Handler.extend({
style.pointerEvents = 'none';
style.maxWidth = '200px';
style.transitionDuration = '.2s';
style.zIndex = 5000;
style.zIndex = 1000;
style.margin = 'auto';
style.textAlign = 'center';
style.borderRadius = '4px';
Expand Down

0 comments on commit 5015d3e

Please sign in to comment.