summaryrefslogtreecommitdiff
path: root/frontend/views/graph
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-06 16:30:51 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-06 16:30:51 +0200
commit434e53dea597f61ad59e14012f528ceac58ead85 (patch)
treef4dc6bae69f4c46dad9cfce1f74684cccfc26388 /frontend/views/graph
parenta42008b2d8c051ec2110d866c2da288a66a1d989 (diff)
tile list. drag items to sort them
Diffstat (limited to 'frontend/views/graph')
-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 {