bihealth / sodar-core

SODAR Core: A Django-based framework for building scientific data management web apps
MIT License
9 stars 1 forks source link

Bootstrap dropdowns inside scrolling elements #310

Open mikkonie opened 5 years ago

mikkonie commented 5 years ago

More like a reminder than an actual issue..

Bootstrap dropdowns generally don't work with scrollable elements such as table-responsive. However, @stolpeo did some digging and found less hacky workarounds than what I've encountered before. I'm placing links here in case we need to use these in the UI in SODAR Core or some derived sites.

mikkonie commented 4 years ago

There is actually a related open issue and some non-merged commits regarding the issue here. If I understand correctly, this could be fixed but only for Bootstrap 5?