leaflet-responsive-popup
Version:
Removes the need to move the map to be able to see the content of a L.Popup
28 lines (23 loc) • 509 B
HTML
---
---
<html class="no-js" lang="en">
<head>
{% if page.permalink == "/popup-css-rtl" %}
<style>
.leaflet-popup {
left: auto ;
}
</style>
{% endif %}
{% include _head.html %}
<link rel="stylesheet" href="{{ '/assets/leaflet.responsive.popup.rtl.css' | absolute_url }}" />
</head>
<body id="top-of-page" class="" style="direction: rtl;">
{% include _top_bar.html %}
<div class="row column">
{{ content }}
</div>
{% include _footer_scripts.html %}
</body>
</html>