Skip to content

Always shows an empty banner #67

@lxy071130

Description

@lxy071130

image
As I use the plugin I got the empty banner like this and I don't know why.My addictional code is:

<link
          rel="stylesheet"
          href="//cdn.jsdelivr.net/npm/docsify-top-banner-plugin@latest/dist/style.css"
  />   
<script>
window.$docsify = {
topBanner: {
      content: 'hello world',
      Zindex: -1
    }
}
</script>
<script src="https://cdn.jsdelivr.net/npm/docsify-top-banner-plugin@latest/dist/index.js"></script>  

Is this conflict with some other plugins I use or I just didn't use it correctly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions