Skip to content

Commit

Permalink
fix track list scroll in mobile view
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed Oct 14, 2024
1 parent d0d6791 commit d700240
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/maplibre.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
.dialog__modal .modal-container {
padding-inline: 12px 8px !important;
}
@media only screen and (max-width: 1024px) {
// fix max height being unset in mobile view by server style
.app-content-list {
max-height: calc(100vh - 50px) !important;
}
}

.maplibregl-ctrl-geocoder > input,
.maplibregl-ctrl-fullscreen,
Expand Down

0 comments on commit d700240

Please sign in to comment.