Closed
Description
Bug Report
Steps to reproduce
- Add to $window.docsify:
logo: "https://raw.githubusercontent.com/Zaeems/iMS-User-Scripts/main/iMS_Dark_Mode.svg",
andcoverpage: true,
- Add to custom.css:
.app-name-link img { height: 3rem; }
- Ensure _coverpage.md exists and contains something, example:
<!-- _coverpage.md --> Test
- Serve the site, then scroll below the coverpage
What is current behaviour
Occasionally, the sidebar logo will move really quicky for less than a second.
watch.the.logo.mp4
What is the expected behaviour
Sidebar logo to remain in place.
Other relevant information
-
Bug does still occur when all/other plugins are disabled?
-
Your OS: Windows 10 64-bit
-
Node.js version: v16.14.1
-
npm/yarn version: 8.5.0
-
Browser version: Opera GX LVL3 (core: 85.0.4341.72)
-
Docsify version: 4.12.2
-
Docsify plugins: zoom-image, search, darklight-theme
Please create a reproducible sandbox
I can't get the sandbox to work.