Skip to content

Commit

Permalink
ProjectsMapListBox/react: add max height to map; fixes #5945
Browse files Browse the repository at this point in the history
  • Loading branch information
vellip committed Jan 17, 2025
1 parent 0d9a21a commit 9b16fc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@

.projects-list__map {
height: 600px;
max-height: calc(100vh - 65px);

@media screen and (min-width: $breakpoint-tablet) {
position: sticky;
Expand Down

0 comments on commit 9b16fc1

Please sign in to comment.