We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See leela-zero/leela-zero#412 (comment)
If black passes, you need to scroll at the bottom to see the result.
Before scroll:
After scroll:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See leela-zero/leela-zero#412 (comment)
If black passes, you need to scroll at the bottom to see the result.
Before scroll:
After scroll:
There are 2 problems with the CSS:
wgo.player.css:375
Here "absolute" should be "relative".
wgo.player.css:394
Here should be no height indication.
The text was updated successfully, but these errors were encountered: