Flows.nodered.org node-red-contrib-ocpp2 page

I don't know if this is this is the right place, but the flow page of the node node-red-contrib-ocpp2 seems broken, because there ist a h2 Element in front off everything. The links to github etc. are behind this element. When i delete the element in the developer tab (f12), Everything work as expected.

Thanks for highlighting this @kitori - it is very odd.

Will investigate.

The Problem that this h2 element get an id="cs". If i change the id to something random, it renders as expected.

<h2 id="cs">CS</h2>
#cs{
    padding: 0 1.7em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

Here the Readme Line:

Hi @kitori

Yes, that is the issue. It clashes with a CSS class used by the cookie-consent banner module we use. I did have a look to see if we could improve the namespacing of the CSS used by the module, but there was not a quick option to do so. It will require updating the module to their latest version, which is a complete rewrite and not a drop-in replacement. I'll get to it eventually.

Nick