Merge pull request #3812 from bonanitech/workspace-chart-bottom

Fix workspace chart bottom property
This commit is contained in:
Nick O'Leary 2022-08-04 13:12:21 +01:00 committed by GitHub
commit be343cb21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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