You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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?)
The text was updated successfully, but these errors were encountered:
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
hasoverflow-y: scroll
. (See screenshot)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?)
The text was updated successfully, but these errors were encountered: