Skip to content

Commit

Permalink
fix(territory:css): retrait important pour surcharge cote entreecarto
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Oct 11, 2024
1 parent a4b3678 commit cff0dff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Binary file added geopf-extensions-openlayers-1.0.0-beta.0-193.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@gouvminint/vue-dsfr": "^5.14.2",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"geopf-extensions-openlayers": "./geopf-extensions-openlayers-1.0.0-beta.0-192.tgz",
"geopf-extensions-openlayers": "./geopf-extensions-openlayers-1.0.0-beta.0-193.tgz",
"ol": "8.2.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
Expand Down
8 changes: 7 additions & 1 deletion src/components/carte/control/Territories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@ onUpdated(() => {
<!-- TODO ajouter l'emprise du widget pour la gestion des collisions -->
</template>

<style></style>
<style>
@media (max-width: 576px){
.gpf-panel__body_territories {
max-height: calc(100vh - 92.5px - 56px);
}
}
</style>

0 comments on commit cff0dff

Please sign in to comment.