Small bug fixes
This commit is contained in:
parent
4d2e8b6f24
commit
488fd16873
9 changed files with 51 additions and 14 deletions
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
.fullscreenmessage-content .featureinfobox {
|
||||
padding: 1em;
|
||||
padding-top: 1em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -34,6 +34,12 @@
|
|||
|
||||
}
|
||||
|
||||
.fullscreenmessage-content .featureinfobox-tail {
|
||||
display: block;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
|
||||
.to-the-map span {
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
|
|
@ -28,10 +28,11 @@
|
|||
}
|
||||
|
||||
.featureinfobox-content {
|
||||
display:block;
|
||||
display: block;
|
||||
max-height: 75vh;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding-top: 1em;
|
||||
}
|
||||
@media only screen and (max-width: 600px), only screen and (max-height: 600px) {
|
||||
.featureinfobox-content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue