pkalogiros / AudioMass

Free full-featured web-based audio & waveform editing tool
1.95k stars 226 forks source link

Dead scrollbars on Linux in the welcome dialog #8

Closed city41 closed 4 years ago

city41 commented 4 years ago

I believe this is due to using overflow: scroll instead of overflow: auto

This is on Ubuntu 18 with Chrome.

image

pkalogiros commented 4 years ago

You are 100% correct. overflow: auto is needed. Thanks a lot for pointing this out :)
I pushed a fix at ee1df65

and will be deploying on audiomass.co later today!