@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
50 lines (44 loc) • 660 B
CSS
html,
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 0.9rem;
max-width: 100vw;
max-height: 100vh;
overflow: hidden;
}
.logo {
position: absolute;
top: 0.2rem;
left: 1rem;
z-index: 10;
width: 8rem;
background-color: #fff;
opacity: 0.5;
}
#content {
position: absolute;
display: flex;
flex-direction: column;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#main {
display: flex;
flex-direction: row;
position: relative;
width: 100%;
height: 100%;
overflow-y: hidden;
}
girafe-map {
position: relative;
width: 100%;
height: 100%;
}
girafe-basemap {
display: none ;
}