From 305f6443c96dc4e220f6882731cf2393990c7729 Mon Sep 17 00:00:00 2001 From: Marie Birner Date: Tue, 25 Apr 2023 11:54:35 +0200 Subject: [PATCH] [BUGFIX] sidebar width flexibility jumping behaviour --- frontend/scss/components/_sidebar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/scss/components/_sidebar.scss b/frontend/scss/components/_sidebar.scss index aa9d910..30ed245 100644 --- a/frontend/scss/components/_sidebar.scss +++ b/frontend/scss/components/_sidebar.scss @@ -6,6 +6,7 @@ background: white; z-index: 2000; width: 0; + max-width: 0; box-shadow: 0 1rem 3rem rgba(0,0,0,.175); &.open {