From a3e4c86a4cf18e31fe5b65d57ce120174c9f6aee Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 16 Jul 2023 06:05:17 +0000
Subject: [PATCH] fix ci, disable strict path type checks by default

---
 quartz/components/styles/popover.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/quartz/components/styles/popover.scss b/quartz/components/styles/popover.scss
index a372299..2bc1af1 100644
--- a/quartz/components/styles/popover.scss
+++ b/quartz/components/styles/popover.scss
@@ -23,8 +23,8 @@
   & > .popover-inner {
     position: relative;
     width: 30rem;
-    height: 20rem;
-    padding: 0 1rem 1rem 1rem;
+    max-height: 20rem;
+    padding: 0 1rem 2rem 1rem;
     font-weight: initial;
     line-height: normal;
     font-size: initial;

--
Gitblit v1.10.0