1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Fix workspace chart bottom property

This commit is contained in:
Mauricio Bonani 2022-07-29 09:49:59 -04:00
parent dc7fef6395
commit 5ea0c6fca1

View File

@ -29,7 +29,7 @@
#red-ui-workspace-chart {
overflow: auto;
position: absolute;
bottom:25px;
bottom:26px;
top: 35px;
left:0px;
right:0px;