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 {