From e115ebd7ca330ec6b748dbf13b8d23ce4361827e Mon Sep 17 00:00:00 2001 From: vrifox Date: Thu, 16 Mar 2023 22:01:52 +0100 Subject: [PATCH] fix sidebar --- assets/scss/partials/sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/partials/sidebar.scss b/assets/scss/partials/sidebar.scss index a613816..a720081 100644 --- a/assets/scss/partials/sidebar.scss +++ b/assets/scss/partials/sidebar.scss @@ -124,7 +124,6 @@ align-items: center; justify-content: center; transition: background-color 0.2s linear; - overflow: hidden; @media (max-width: 1140px) { margin: 0 0.5rem; } @@ -148,6 +147,7 @@ opacity: 1; opacity: 0.5; transition: left 0.5s ease-out, opacity 0.5s ease-out, background-color 0.2s linear, top 0.5s ease-out; + border-radius: 0.5rem; @media (max-width: 1140px) { left: 0; top: 100%;