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

'Other' tab has no scrolling overflow #18

Open
i0brendan0 opened this issue Jul 26, 2020 · 1 comment
Open

'Other' tab has no scrolling overflow #18

i0brendan0 opened this issue Jul 26, 2020 · 1 comment

Comments

@i0brendan0
Copy link

Checking in inspector, the other tabs show a "scroll" icon next to the left-side box data. The 'Other' tab does not. This means any amount larger than what would show normally cannot be selected.

@peter3
Copy link

peter3 commented May 19, 2024

the problem is that the .Others class is missing. It should look something like this:

.Others {
    overflow-y:scroll;
    height:100%;
}

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