summaryrefslogtreecommitdiff
path: root/frontend/views/graph/graph.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/graph/graph.css')
-rw-r--r--frontend/views/graph/graph.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/frontend/views/graph/graph.css b/frontend/views/graph/graph.css
index d6a0ff0..60a4c81 100644
--- a/frontend/views/graph/graph.css
+++ b/frontend/views/graph/graph.css
@@ -17,8 +17,11 @@
.sidebar {
position: absolute;
- top: 1rem;
- right: 1rem;
+ top: 0;
+ right: 0;
+ padding: 1rem;
+ overflow: auto;
+ max-height: 100%;
z-index: 2000;
}
.box {