Skip to content

Commit

Permalink
giuly90 - bootratp patch. Fix warning message z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
elmarquis committed Aug 9, 2018
1 parent 0ff5fcf commit 08fe4fd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules/
.sass-cache/
*.css.map
*.js.map
examples/images/
2 changes: 1 addition & 1 deletion dist/leaflet-gesture-handling.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 9999;
z-index: 461;
pointer-events: none; }

.leaflet-gesture-handling-touch-warning:after, .leaflet-gesture-handling-scroll-warning:after {
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet-gesture-handling.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@

/*
* * Leaflet Gesture Handling **
* * Version 1.1.5
* * Version 1.1.6
*/

L.Map.mergeOptions({
Expand Down
2 changes: 1 addition & 1 deletion dist/leaflet-gesture-handling.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/leaflet-gesture-handling.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leaflet-gesture-handling",
"version": "1.1.5",
"version": "1.1.6",
"description": "Prompt mobile user to use 2 fingers to move the map. Prompt desktop users to use Ctrl+Mouse Wheel to zoom. Brings Google Maps gesture handling into Leaflet. ",
"main": "./dist/leaflet-gesture-handling.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/js/leaflet-gesture-handling.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* * Leaflet Gesture Handling **
* * Version 1.1.5
* * Version 1.1.6
*/
import LanguageContent from "./language-content";

Expand Down
2 changes: 1 addition & 1 deletion src/scss/leaflet-gesture-handling.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 9999;
z-index: 461;
pointer-events:none;
}
}
Expand Down

0 comments on commit 08fe4fd

Please sign in to comment.