diff options
Diffstat (limited to 'frontend/views/graph/graph.css')
| -rw-r--r-- | frontend/views/graph/graph.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/views/graph/graph.css b/frontend/views/graph/graph.css index 511d15e..52f1a7e 100644 --- a/frontend/views/graph/graph.css +++ b/frontend/views/graph/graph.css @@ -12,6 +12,11 @@ rgba(128, 0, 64, 0.2) ); } +.graph canvas { + position: absolute; + top: 0; + left: 0; +} /* Sidebar boxes */ |
