reearth / resium

React components for 🌏 Cesium
https://resium.reearth.io
MIT License
747 stars 135 forks source link

fix: EntityDescription isn't displayed well #639

Closed mfarmer-ara closed 4 months ago

mfarmer-ara commented 1 year ago

Removes assumption that the infobox always has the bodyless class.

From looking at the infobox behavior it looks like the bodyless class isn't always present when you click different entities. Removing it fixed the issues detailed in https://github.com/reearth/resium/issues/628

Tested both on my local environment using Resium as well as the story noted in the issue that exhibited similar behavior.

closes #628

mfarmer-ara commented 7 months ago

Updated branch to be on latest, is this able to get merged? While we have a workaround it's not ideal.

Thanks!

keiya01 commented 4 months ago

@mfarmer-ara We've released your change in v1.18.0. Thank you!