Skip to content

Commit

Permalink
Fit cesium map toolbar size to content
Browse files Browse the repository at this point in the history
At 100% height the toolbar blocked the map below even though it had no
interactable elements below.

GitHub issue: NCEAS#2207
  • Loading branch information
ianguerin committed Jan 29, 2024
1 parent ac0047f commit 1cc032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/map-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
position: absolute;
top: 0;
left: 0;
height: 100%;
height: max-content;
/* required to be placed above map widget in firefox: */
z-index: 1;
}
Expand Down

0 comments on commit 1cc032c

Please sign in to comment.