[Issue] Dark theme fails on tall aspect ratio displays with wide content
dipyamanroy opened this issue · comments
Issue
As pictured below, dark theme fails to render on pages containing wide content,
such as a table in this case:
Such an issue isn't persistent on local serves, but on public deployments as well, as pictured below:
Source
The theme defaults to dark as is already present in the source.
theme_config:
appearance: "dark"
appearance_toggle: true
Comments
Is this something that can be fixed within _config.yml
? If yes, could the solution be pushed to the source?
Thanks for pointing this out - I haven't seen it happening, will check this.
Meanwhile, can you also tell me which hosting service are you using to deploy it?
Using Github Pages. And thanks for looking into this. @abhinavs
Can you check all your HTML tags are properly closed - my own website uses the same theme, and I haven't seen this issue.
Also, for github-pages - you may want to change the dependency (in moonwalk.gemspec
& _config.yml
) from jekyll-soopr-seo-tag
to jekyll-seo-tag
Worked, had an error with a different dependency in the post _layouts
. Thanks for the help. 👍