taniarascia / takenote

📝 ‎ A web-based notes app for developers.

Home Page:https://takenote.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] In Settings modal, tab list scrolls along with the tab contents.

joelantonyjoy opened this issue · comments

Steps to reproduce the behavior:

Open Settings > Preference. Scroll the contents.

Expected behavior :

Only the content should scroll when we scroll. The tab list should remain in its position.

Actual behavior :

Both the list and content gets scrolled. User has to scroll up to choose the other options

I have found the fix. Should I make the changes and make a PR?