Skip to content

Commit

Permalink
Merge pull request #88 from Geoportail-Luxembourg/GSLUX-671-Fix-modal…
Browse files Browse the repository at this point in the history
…e-display

GSLUX-671: Fix modale display
  • Loading branch information
AlitaBernachot authored Oct 23, 2023
2 parents 9d89741 + 0e0d4b6 commit 7572052
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bundle/lux.dist.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31587,7 +31587,7 @@ const VF = /* @__PURE__ */ ar({
id: "map-container",
ref_key: "mapContainer",
ref: n,
class: "h-full w-full bg-white absolute"
class: "h-full w-full bg-white relative"
}, [
Ft(FF),
Ft(UF, { extent: s }),
Expand Down Expand Up @@ -37567,7 +37567,7 @@ const L7 = { class: "h-screen flex flex-col overflow-hidden" }, D7 = { class: "f
Ye(" Map container and slider comparator "),
ze("div", z7, [
Ft(GF, { v4_standalone: !0 }),
Ft(y9),
Ft(y9, { class: "absolute top-0" }),
Ft(U8),
Ft(PV)
]),
Expand Down
4 changes: 2 additions & 2 deletions bundle/lux.dist.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function resizeMap() {
<!-- Map container and slider comparator -->
<div class="map-wrapper grow bg-blue-100 relative">
<map-container :v4_standalone="true" />
<slider-comparator />
<slider-comparator class="absolute top-0" />
<remote-layers />
<layer-metadata />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/map/map-container.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ provide('olMap', olMap)
id="map-container"
data-cy="mapContainer"
ref="mapContainer"
class="h-full w-full bg-white absolute"
class="h-full w-full bg-white relative"
>
<zoom-control />
<zoom-to-extent-control :extent="DEFAULT_EXTENT" />
Expand Down

0 comments on commit 7572052

Please sign in to comment.