davvalent commited on 2023-03-15 16:58:29
Showing 3 changed files, with 5 additions and 4 deletions.
| ... | ... |
@@ -27,10 +27,11 @@ body {
|
| 27 | 27 |
height: 100%; |
| 28 | 28 |
width: 50%; |
| 29 | 29 |
min-width: 350px; |
| 30 |
+ overflow: auto; |
|
| 30 | 31 |
} |
| 31 | 32 |
.popup-fixed .leaflet-popup-content-wrapper {
|
| 32 | 33 |
border-radius: 0; |
| 33 |
- height: inherit; |
|
| 34 |
+ /*height: inherit;*/ |
|
| 34 | 35 |
} |
| 35 | 36 |
.popup-fixed .leaflet-popup-tip-container {
|
| 36 | 37 |
display: none; |
| ... | ... |
@@ -3,7 +3,7 @@ |
| 3 | 3 |
<head> |
| 4 | 4 |
<meta charset="utf-8"/> |
| 5 | 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
| 6 |
- <title>Démonstration - Faubourg à m'lasse</title> |
|
| 6 |
+ <title>PIFM - Plan interactif du Faubourg à m’lasse</title> |
|
| 7 | 7 |
<link rel="stylesheet" href="css/leaflet.css"/> |
| 8 | 8 |
<link rel="stylesheet" href="css/style.css"/> |
| 9 | 9 |
<script src="js/window.js"></script> |
| 10 | 10 |