Skip to content

Commit

Permalink
Fix z-index in any case
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton committed Feb 21, 2024
1 parent b986d02 commit 994a7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/angular/src/app/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ export class MapComponent implements AfterViewInit {
{
id: 's2',
location: {
lat: 44.895,
lng: 4.875
lat: 44.892,
lng: 4.872
},
popup: {
title: 'Ecole Jean Rostand : <a href="http://www.google.fr"> test </a>',
Expand Down

0 comments on commit 994a7ac

Please sign in to comment.