diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-07 16:51:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-07 16:51:27 +0200 |
| commit | 9041401b73f93228cc9b5183a9ef30e5f7f171a6 (patch) | |
| tree | aad1d009a537aaab4bd3f923718b5d1e030cf356 /frontend/views/graph/graph.css | |
| parent | 3550f0ee37ee12179404f721b5a55be37992603f (diff) | |
drawing graphs with backlinks
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 */ |
