strech sidebar on mobile devices if they are slightly wider than 400px

This commit is contained in:
Laura Klünder 2017-11-15 17:47:20 +01:00
parent 40857699b6
commit fdc59c7a77

View file

@ -65,6 +65,11 @@ main.map {
flex-direction: column;
overflow: hidden;
}
@media (max-width: 500px) {
#sidebar {
max-width: 500px;
}
}
#sidebar section {
pointer-events: auto;
background-color: #ffffff;