Skip to content

Commit

Permalink
make circuit editor search bar fit in microgridup partiion preview be…
Browse files Browse the repository at this point in the history
…tter
  • Loading branch information
ASC95 committed Sep 27, 2024
1 parent 01edde6 commit dc06bd5
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 AND our microgridup iframe (81vh)
- Set a max-height that works on desktop and laptops AND our microgridup iframe (79vh)
- 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: 81vh;
max-height: 79vh;
overflow-x: hidden;
overflow-y: auto;
}
Expand Down

0 comments on commit dc06bd5

Please sign in to comment.