mozilla / openbadges-backpack

Mozilla Open Badges Backpack
https://backpack.openbadges.org/
Other
862 stars 263 forks source link

When i have too many collections, since there isn't an automatically vertical > bottom scroll i cannot drag and drop badges unless i zoom out the webpage #1129

Closed will2294 closed 7 years ago

will2294 commented 7 years ago

Normal size ( i can't add badges to the last collection): scroll_2

Zoom in 33% ( only way of drag and dropping badges when i have multiple collections and i want to add a badge to the last one) scroll

cromatdragon commented 7 years ago

I have the same issue. For me it's impossible add badges when I create new collections even with the zoom. backpack1 backpack2 backpack3

cromatdragon commented 7 years ago

A workaround for those insterested in this issue:

Use a developer tool like firebug and select the both divs (collections and badges) and add this simple css inline;

style="height: 500px; overflow-y:scroll;"