cyb3rfox / Aurora-Incident-Response

Incident Response Documentation made easy. Developed by Incident Responders for Incident Responders
Apache License 2.0
758 stars 81 forks source link

Bug | Add scrollbar to timeline #39

Open febrezo opened 4 years ago

febrezo commented 4 years ago

Just noticed that when the list of events exceeds the size of the window, it is not possible to scroll down the view. A scrollbar may fix this avoiding manual window resize.

cyb3rfox commented 4 years ago

Yes i noticed that. The problem is just, that the mousewheel is already attached to the size up and down operations. I'd rather limit the zoom factor so it stops once the screen is hit. But so far no idea how to do that.