-
-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(capture): enables scrolling in Capture page #182
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It be great if the content could scroll and the toolbar stay visible at the top.
Check out the Growers page for similar behaviour.
…tay at the top of Capture page
I have added some adjustments. @nmcharlton do you mind taking a look again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic, thanks @mqnguyen5!
The fixes for #183 is included in here as well, as I forgot to open a new branch for the issue. @nmcharlton do you mind checking it for me? |
Hi @nmcharlton , I have updated the code, please have a look when you have time. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work
Hi @nmcharlton , if possible, could you please add a |
Fixes #176
This PR enables vertical scrolling in the Capture page by changing the
overflow: hidden
property intooverflowX: 'hidden'
andoverflowY:'scroll'