From 6256adf826eea8f6b62a5d5001d2977eabe53980 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Fri, 3 Jul 2026 23:31:24 +0200 Subject: [PATCH] Taille du point de l'org --- CHANGELOG.md | 2 +- src/assets/css/style.css | 11 +++++++++++ src/assets/dash_clientside.js | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d9837..e046bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,8 +19,8 @@ - Refonte et mise en page pleine largeur de la page À propos - Ajout des conditions générales d'utilisation (CGU) ([#93](https://github.com/ColinMaudry/colibre/issues/93)) - Amélioration du référencement (sitemaps acheteurs/titulaires) -- Nouvelle page d'erreur personnalisée (500) - Amélioration des performances des pages acheteur et titulaire +- Ajout des organismes liés sur la carte des pages acheteur et titulaire - decp.info devient **colibre** : nouveau nom, nouvelles icônes ([#57](https://github.com/ColinMaudry/colibre/issues/57)) **Bugs résolus** diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 7804abb..9f8e92b 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -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; diff --git a/src/assets/dash_clientside.js b/src/assets/dash_clientside.js index 9fec853..f1f7073 100644 --- a/src/assets/dash_clientside.js +++ b/src/assets/dash_clientside.js @@ -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: `
`, className: "org-home-marker",