-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
After setting the background image, the button is obscured #1233
Comments
Sure thing! I'll have a look soon 😊 |
Good catch, @sy-records. The coverpage content is being obscured by the The easiest way to fix this issue is to render the position: relative; FWIW, there are better ways to handle masks. For now, the above fix is a minimal change that avoids breaking third-party themes and custom CSS that targets the /* Change mask color */
.mask {
background: rgba(0, 0, 0, 0.7);
}
/* Disable mask */
.mask {
display: none;
} |
@jhildenbiddle Would you like to make that a PR? |
@trusktr -- I added the following to #1212:
I'll break that list into separate PRs once we get rolling on v5. For now, I'm trying to keep the issue "noise" down to a minimum while I'm preparing to triage all of the existing issues. |
Bug Report
Steps to reproduce
After setting the background image, the button is obscured, Because of this PR #1215
hello, @mohammedsahl Can you fix it if you have time?
https://docsify.js.org/#/cover?id=custom-background
What is current behaviour
What is the expected behaviour
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version: v4.11.4
Docsify plugins:
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
The text was updated successfully, but these errors were encountered: