Skip to content

Commit

Permalink
fix: embedMap time picker position; close #2378
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Behairi committed Nov 10, 2023
1 parent 76c74ec commit 6192fc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/components/map/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,9 @@ export default {
&& this.$vuetify.breakpoint.smAndUp && this.appConfig.enableESALayout) {
position = 'bottom: 72px';
}
if (this.mapId === 'embedMap') {
position = ` bottom:${this.$vuetify.application.footer + 24}px`;
}
return position;
},
mousePosConStyle() {
Expand Down

0 comments on commit 6192fc4

Please sign in to comment.