From b90590b9f487cdd49f019375fa5a09aad2e8ec1f Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 08 Jul 2023 21:36:02 +0000
Subject: [PATCH] polish
---
quartz/components/styles/graph.scss | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/quartz/components/styles/graph.scss b/quartz/components/styles/graph.scss
index 244f2e4..2200282 100644
--- a/quartz/components/styles/graph.scss
+++ b/quartz/components/styles/graph.scss
@@ -11,6 +11,7 @@
height: 250px;
margin: 0.5em 0;
position: relative;
+ overflow: hidden;
& > #global-graph-icon {
color: var(--dark);
@@ -30,10 +31,6 @@
background-color: var(--lightgray);
}
}
-
- & > #graph-container > svg {
- margin-bottom: -5px;
- }
}
& > #global-graph-outer {
@@ -43,9 +40,9 @@
top: 0;
width: 100vw;
height: 100%;
- overflow: scroll;
backdrop-filter: blur(4px);
display: none;
+ overflow: hidden;
&.active {
display: inline-block;
--
Gitblit v1.10.0