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

Fix display on mobile. #88

Open
Dorus opened this issue Dec 26, 2017 · 0 comments
Open

Fix display on mobile. #88

Dorus opened this issue Dec 26, 2017 · 0 comments

Comments

@Dorus
Copy link

Dorus commented Dec 26, 2017

See leela-zero/leela-zero#412 (comment)

If black passes, you need to scroll at the bottom to see the result.

Before scroll:

2017-12-26 12 56 46

After scroll:

2017-12-26 13 00 46

There are 2 problems with the CSS:

wgo.player.css:375

.wgo-player-top .wgo-comments-content, .wgo-player-bottom .wgo-comments-content {
    position: absolute;
}

Here "absolute" should be "relative".

wgo.player.css:394

.wgo-player-top .wgo-comments-wrapper, .wgo-player-bottom .wgo-comments-wrapper {
    height: 150px;
}

Here should be no height indication.

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

1 participant