strech sidebar on mobile devices if they are slightly wider than 400px
This commit is contained in:
parent
40857699b6
commit
fdc59c7a77
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue