From 526e50aff08c8cab251455ce9439976c7077421a Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Tue, 1 Oct 2024 23:49:23 +0200 Subject: [PATCH] Cleanup --- quartz/components/styles/explorer.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/quartz/components/styles/explorer.scss b/quartz/components/styles/explorer.scss index 421ddb4bc..fc00794fe 100644 --- a/quartz/components/styles/explorer.scss +++ b/quartz/components/styles/explorer.scss @@ -203,10 +203,8 @@ .mobile-explorer { #explorer-content { overscroll-behavior: none; - //left: 0; z-index: 100; position: absolute; - //max-height: max-content !important; background-color: var(--light); max-width: calc(100% - 4rem); left: 0; @@ -214,16 +212,12 @@ transition: all 300ms ease-in-out; overflow: hidden; padding: 1rem 2rem 5rem; - //height: calc(100dvh - 36px); height: 100%; max-height: calc(100dvh - 8rem); - //border-top-left-radius: 23px; - //border-top-right-radius: 23px; margin-top: 36px; &:not(.collapsed) { height: calc(100dvh - 8rem); - //top: 10dvh; } ul.overflow {