Skip to content

Commit

Permalink
style(POI map): update popup style
Browse files Browse the repository at this point in the history
- set max height (50 %) for tooltip popup
- hide popup content overflow-x
  • Loading branch information
KevinFabre-ods committed Dec 6, 2023
1 parent 8327c41 commit dcf0585
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
.map-card :global(.poi-map__popup.poi-map__popup--as-tooltip) {
width: 300px !important;
max-height: 50%;
}
/* --- POPUP TIP --- */
Expand All @@ -180,6 +181,7 @@
border-radius: 6px;
max-height: 100%;
overflow-y: auto;
overflow-x: hidden;
box-sizing: border-box;
box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.26);
}
Expand Down

0 comments on commit dcf0585

Please sign in to comment.