summaryrefslogtreecommitdiff
path: root/frontend/views/graph/graph.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-07 16:51:27 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-07 16:51:27 +0200
commit9041401b73f93228cc9b5183a9ef30e5f7f171a6 (patch)
treeaad1d009a537aaab4bd3f923718b5d1e030cf356 /frontend/views/graph/graph.css
parent3550f0ee37ee12179404f721b5a55be37992603f (diff)
drawing graphs with backlinks
Diffstat (limited to 'frontend/views/graph/graph.css')
-rw-r--r--frontend/views/graph/graph.css5
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 */