Public Access
5
0

essai maps

This commit is contained in:
2025-12-03 22:26:22 -05:00
parent f1c4159a78
commit c9f366fcb8
2 changed files with 21 additions and 8 deletions

View File

@@ -440,6 +440,16 @@ footer a:hover {
color: #c19f8a;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.conteneurMaps::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.conteneurMaps {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.aPropos #mapsFrame {
border-radius: 20px;
}