Skip to content

Commit

Permalink
adjust search sidebar max height to fit within microgridup iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
ASC95 committed Sep 27, 2024
1 parent 3f7d800 commit 02400c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omf/static/geoJsonMap/v3/searchModal.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@
***************************************/

/*
- Set a max-height that works on desktop and laptops
- Set a max-height that works on desktop and laptops AND our microgridup iframe (81vh)
- Hide overflow-x so the horizontal scrollbar doesn't flash in appearance
- Set overflow-y so that the user can scroll through the search results
*/
.searchModal + div {
max-height: 83vh;
max-height: 81vh;
overflow-x: hidden;
overflow-y: auto;
}
Expand Down

0 comments on commit 02400c6

Please sign in to comment.