fix demoSetup

This commit is contained in:
Dennis Eichhorn 2023-04-16 01:55:36 +02:00
parent 237bfd7559
commit 44d86fe783
2 changed files with 165 additions and 223 deletions

View File

@ -92,3 +92,23 @@ img {
cursor: pointer;
}
}
.map-small .map, .olMapViewport {
width: 100%;
height: 100%;
min-height: 250px;
position: relative;
.olControlAttribution {
position: absolute;
bottom: 0;
right: 0;
background: #fff;
padding: 2px;
font-size: .8rem;
}
.olButton {
color: #fff;
}
}

File diff suppressed because it is too large Load Diff