Skip to content

Commit

Permalink
Merge pull request #2991 from Geoportail-Luxembourg/fix_divers
Browse files Browse the repository at this point in the history
limit listbox height for small screens and add a scrollbar
  • Loading branch information
rmichaelis authored Dec 30, 2022
2 parents 6a93b03 + 17a07a1 commit a425c4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions geoportal/geoportailv3_geoportal/static-ngeo/less/print.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ app-print>div {
.checkbox {
margin-top: 0;
}
@media (max-height: 650px) {
.dropdown-menu {
max-height: 200px;
overflow-y: scroll;
}
}
}

0 comments on commit a425c4e

Please sign in to comment.