Skip to content
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

overflow-y:scroll in .content doesn't let scroll using keyboard #26

Open
sidvishnoi opened this issue Nov 23, 2017 · 1 comment
Open

Comments

@sidvishnoi
Copy link

Using Firefox Developer Edition on Ubuntu 16.04
Pages: /playground/*
Issue: If someone clicks inside the content div and then tries to scroll using keyboard, one cannot scroll as the .content has overflow-y: scroll. (See screenshot)
screenshot from 2017-11-23 16-53-16

Quick fix: src/styles/layout/_layout.scss : .content { overflow-y: hidden; }

Also, the blank scrollbar doesn't look good either and is redundant.

Other than that, this works fine in Chrome but Firefox doesn't let scroll in parent container after focusing on scrolling child container with no more scroll space (Issue?)

@dzhavat
Copy link
Contributor

dzhavat commented Dec 2, 2017

I'm using Firefox 57 on Windows 10 and can see the vertical scroll as well. It also behaves the way @sidvishnoi described it.

image

Is there a reason for having a scroll on the .content?

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

No branches or pull requests

2 participants