Skip to content

Fix Issue #68 - Scroll not working #69

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kavishdahekar
Copy link

@kavishdahekar kavishdahekar commented Jan 11, 2019

#68 Weird scroll problem in chrome, weirder fix.
Only way to fix the scroll issue is to allow overflow on body. To keep the overflow at its minimum, I've set the source pane's height to inner height - 37 (37px is the fixed height of the search bar).
Then added 1 px to trigger the overflow. This allows scrolling the source pane in case the xml is too long.

@tsimmons
Copy link

Great fix! Works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants