Fix left pan button position in RTL
This commit is contained in:
parent
3e2e62b123
commit
39006baf33
1 changed files with 2 additions and 1 deletions
3
vendor/assets/leaflet/leaflet.pan.scss
vendored
3
vendor/assets/leaflet/leaflet.pan.scss
vendored
|
@ -25,6 +25,7 @@
|
|||
}
|
||||
|
||||
.leaflet-control-pan-left {
|
||||
left: 0px;
|
||||
top: 13px;
|
||||
width: 25px;
|
||||
height: 24px;
|
||||
|
@ -32,9 +33,9 @@
|
|||
}
|
||||
|
||||
.leaflet-control-pan-right {
|
||||
left: 25px;
|
||||
top: 13px;
|
||||
width: 25px;
|
||||
height: 24px;
|
||||
left: 25px;
|
||||
background-position: -30px -17px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue