radiantearth / stac-browser

A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs
https://radiantearth.github.io/stac-browser
ISC License
285 stars 142 forks source link

In bands list not all the headers stay still #195

Open chiarch84 opened 2 years ago

chiarch84 commented 2 years ago

In bands list Name and Wavelength disappear when scrolling down, while Description correctly stays still.

image

After scrolling: image

m-mohr commented 2 years ago

:-O Strange. This is coming directly from Bootstrap. Is it because they are sortable? Will investigate...

m-mohr commented 2 years ago

Thank you for the report @chiarch84 , ~but unfortunately I can't reproduce this. I found multiple tables similar that work flawlessly. Not sure whether it helps, but could you copy the JSON Item or Collection so that I can try with the exact same data? Did you change any config settings or customize the style via CSS?~

Okay, it does work locally for me, but it does not work with the deployed demo version here. Strange, will check dependencies etc.

m-mohr commented 2 years ago

The bug has recently been introduced by vue-bootstrap: https://github.com/bootstrap-vue/bootstrap-vue/issues/6961 I've fixed it for us, but ideally this would be fixed upstream. Leaving this open to keep track of the upstream dependency.

m-mohr commented 1 year ago

See also https://github.com/bootstrap-vue/bootstrap-vue/issues/7122