manulera / ShareYourCloning_frontend

The frontend application for ShareYourCloning
MIT License
1 stars 4 forks source link

Horizontal scroll with mouse wheel #249

Open dgruano opened 5 days ago

dgruano commented 5 days ago

When creating multiple PCR fragments from plasmids, I end up filling the window. Horizontal scroll is enabled, but only if I manually drag the scroll bar. The app should allow horizontal scroll while pressing the Shift key.

Some possible quick solution from perplexity: https://www.perplexity.ai/search/my-react-app-can-scroll-horizo-64mLPRSuRDG0Wpmk44ij2w

dgruano commented 5 days ago

Another interesting behaviour would be to always scroll to the rightmost part of the screen after creating a new source, in other words, following the rightmost (+) button.

manulera commented 4 days ago

Very good idea, I will check it out!

dgruano commented 4 days ago

Another interesting behaviour would be to always scroll to the rightmost part of the screen after creating a new source, in other words, following the rightmost (+) button.

Make sure this also happens when copying sources (I guess there is no need to do anything in addition, but just in case)