summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/common/app.css1
-rw-r--r--frontend/views/graph/graph.css2
2 files changed, 2 insertions, 1 deletions
diff --git a/frontend/common/app.css b/frontend/common/app.css
index f7a459c..d9f9946 100644
--- a/frontend/common/app.css
+++ b/frontend/common/app.css
@@ -85,6 +85,7 @@ header {
align-items: center;
background: rgba(16,32,64,0.5);
color: white;
+ z-index: 50;
}
header b {
font-weight: 900;
diff --git a/frontend/views/graph/graph.css b/frontend/views/graph/graph.css
index 892f408..d59e649 100644
--- a/frontend/views/graph/graph.css
+++ b/frontend/views/graph/graph.css
@@ -27,7 +27,7 @@
padding: 1rem;
overflow: auto;
max-height: 100%;
- z-index: 2000;
+ z-index: 20;
}
.box {
width: 15rem;