From 2fa699293833c61a9a8f2cdaf55dff444625b5cb Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Thu, 8 Jun 2023 11:24:33 +0200 Subject: [PATCH] [BUGFIX] sidebar style --- frontend/scss/components/_sidebar.scss | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/frontend/scss/components/_sidebar.scss b/frontend/scss/components/_sidebar.scss index 716f51c..a9c12f3 100644 --- a/frontend/scss/components/_sidebar.scss +++ b/frontend/scss/components/_sidebar.scss @@ -18,11 +18,6 @@ width: 100%; max-width: 375px; z-index: 40000; - - /* safari bugfix */ - .sidebar-header { - right: 0px; - } } &.slide-in { @@ -66,6 +61,7 @@ &-close { border-radius: 100%; + flex: 0 0 auto; @apply w-6 h-6; } @@ -75,14 +71,6 @@ width: 374px; bottom: 0; } - - &-header { - position: fixed; - width: 100%; - max-width: 375px; - top: 0px; - z-index: 1; - } } .overlay {