Skip to content

Commit

Permalink
Merge pull request #316 from AgenceBio/maud/fix_2_multiversion_v0
Browse files Browse the repository at this point in the history
Fix sur le multiversion v0
  • Loading branch information
jillro authored Feb 16, 2024
2 parents c084e2c + e2c7249 commit f3e2efb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,10 @@ async function saveFeature ({ properties }) {
}
</script>

<style>
<style scoped>
.map {
background: #ccc;
height: min(100vh, 600px);
position: sticky;
top: 0;
width: 100%;
}
Expand Down
3 changes: 1 addition & 2 deletions src/pages/exploitations/[numeroBio]/ajout-parcelle/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,10 @@ const mapBounds = computed(() => {
const backLink = `/exploitations/${props.numeroBio}`
</script>

<style>
<style scoped>
.map {
background: #ccc;
height: min(100vh, 600px);
position: sticky;
top: 0;
width: 100%;
}
Expand Down
3 changes: 1 addition & 2 deletions src/pages/exploitations/[numeroBio]/modifier/[featureId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,10 @@ async function saveFeature () {
</script>


<style>
<style scoped>
.map {
background: #ccc;
height: min(100vh, 600px);
position: sticky;
top: 0;
width: 100%;
}
Expand Down

0 comments on commit f3e2efb

Please sign in to comment.