Skip to content

Commit 4012238

Browse files
committed
Fix SCSS error
1 parent 712db08 commit 4012238

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/scss/components/leaflet.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@
2929
.leaflet-marker-shadow { display: block; }
3030

3131
.leaflet-container {
32-
cursor: -webkit-grab;
33-
cursor: -moz-grab;
34-
overflow: hidden;
3532
-ms-touch-action: none;
3633
background: #ddd;
37-
outline: 0;
34+
cursor: -moz-grab;
35+
cursor: -webkit-grab;
3836
font: 12px / 1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
37+
outline: 0;
38+
overflow: hidden;
39+
touch-action: none;
3940

4041
a {
4142
color: #0078A8;

0 commit comments

Comments
 (0)