Taille du point de l'org

This commit is contained in:
Colin Maudry
2026-07-03 23:31:24 +02:00
parent 1551faaf0c
commit 6256adf826
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -509,6 +509,17 @@ table.cell-table th {
font-weight: 400;
}
/* Bootstrap's CSS cascade defeats dash_table's own inline `display: none`
toggle on dropdown-cell menus (react-select v1 renders the menu hidden
first to measure it, then flips to visible — Bootstrap's reset wins that
fight, so the menu never becomes visible even though the cell's "open"
state is correct). Applies to every editable dropdown column in every
DataTable, not just one table. See:
https://github.com/plotly/dash-table/issues/956 */
.Select-menu-outer {
display: block !important;
}
.marches_table.stuck {
position: relative;
right: 200px;
+1 -1
View File
@@ -8,7 +8,7 @@ window.dash_clientside = Object.assign({}, window.dash_clientside, {
// fixe (contrairement aux tracés SVG, redimensionnés visuellement
// pendant l'animation de zoom).
if (feature.properties.is_home) {
const size = 26;
const size = 22;
const icon = L.divIcon({
html: `<div style="background-color: ${feature.properties.marker_color}; width: ${size}px; height: ${size}px; border-radius: 50%; border: 2px solid white; box-sizing: border-box;"></div>`,
className: "org-home-marker",