From a145e320d0e886f611d1affdba19d03d1ea13c44 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 11 Sep 2024 07:30:28 +0000
Subject: [PATCH] chore(deps): bump hast-util-to-html from 9.0.1 to 9.0.2 (#1393)

---
 quartz/styles/base.scss |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 79b05cd..1b3d122 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -182,6 +182,7 @@
     }
 
     & .sidebar.left {
+      z-index: 1;
       left: calc(calc(100vw - $pageWidth) / 2 - $sidePanelWidth);
       @media all and (max-width: $fullPageWidth) {
         gap: 0;
@@ -542,7 +543,8 @@
   overflow-y: hidden;
 }
 
-.external-embed.youtube {
+.external-embed.youtube,
+iframe.pdf {
   aspect-ratio: 16 / 9;
   height: 100%;
   width: 100%;

--
Gitblit v1.10.0