I have an issue with the display of the title bar with the dashboard.
Somehow it will not disappear even if the 'Site Options' are set to hide the title bar.
The problem is only on my Raspberry Pi, my windows machine does not have this problem.
Details of the fresh install below:
Raspberry Pi 4, 8G
Bullseye OS (Unsure if this is supported and causes the issue)
Installed Node-Red via the recommended script, without raspberry options.
Installed latest node-red-dashboard (V3.1.5)
Images below:
Test code below:
[
{
"id": "a4a8f4c04dfd284f",
"type": "tab",
"label": "Flow 1",
"disabled": false,
"info": "",
"env": []
},
{
"id": "c1004d735dbf6fc1",
"type": "ui_tab",
"name": "This will not go away",
"icon": "dashboard",
"disabled": false,
"hidden": false
},
{
"id": "379c0969fbcc45a1",
"type": "ui_group",
"name": "This will go away",
"tab": "c1004d735dbf6fc1",
"order": 1,
"disp": false,
"width": "35",
"collapse": false,
"className": ""
},
{
"id": "c10f3f6e59acc9ff",
"type": "ui_text",
"z": "a4a8f4c04dfd284f",
"group": "379c0969fbcc45a1",
"order": 0,
"width": 0,
"height": 0,
"name": "",
"label": "text",
"format": "This is a test",
"layout": "row-spread",
"className": "",
"x": 190,
"y": 100,
"wires": []
}
]
UI output:
I did inspect it and changing main.hideToolbar !== false did not change anything.
What I am looking at might be wrong, as I am fairly green with CSS and HTML
Anybody else has this issue? It is doing my head in
Thanks
Ashex