digirati-co-uk / timeliner

IIIF Timeliner
https://iiif-timeliner.netlify.com
MIT License
11 stars 7 forks source link

Annotations Section Does Not Scroll in Firefox #268

Closed joncameron closed 5 years ago

joncameron commented 5 years ago

Description

The "Annotations" area, if it contains more items than can be shown at once, scrolls vertically for me in Chrome and Safari but not in Firefox. Firefox does not display a scroll bar or scroll with a scroll event from my mouse.

Environment

Firefox 65.0.1, macOS 10.14.3.

stephenwf commented 5 years ago

Interesting, I was able to replicate the bug. It looks like the height is going past the bottom of the page. I think it might be a flex-box issue, will check it out!