correction probleme map avec fenetre modal
This commit is contained in:
parent
117fa83577
commit
2bb7097a0d
@ -2,4 +2,24 @@
|
|||||||
@import url(./fontawesome-free-6.4.0-web/css/all.css);
|
@import url(./fontawesome-free-6.4.0-web/css/all.css);
|
||||||
@import url(./leaftlet.css);
|
@import url(./leaftlet.css);
|
||||||
|
|
||||||
#map { height: 150vh; }
|
#map { height: 100vh; z-index: 0;}
|
||||||
|
|
||||||
|
|
||||||
|
/* The actual timeline (the vertical ruler) */
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 1200px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* The actual timeline (the vertical ruler) */
|
||||||
|
.timeline::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
width: 6px;
|
||||||
|
background-color: white;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -3px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user