From a47b0f5034b5702f358b26e4749ab0ba8b2fa876 Mon Sep 17 00:00:00 2001 From: gsh1209 <113790912+gsh1209@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:05:36 +0800 Subject: [PATCH] fixd #436 white space caused by using border-radius and hidden overflow (#440) --- source/css/_layout/sidebar/sidebar.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/css/_layout/sidebar/sidebar.styl b/source/css/_layout/sidebar/sidebar.styl index 6cde837..72f9f9a 100644 --- a/source/css/_layout/sidebar/sidebar.styl +++ b/source/css/_layout/sidebar/sidebar.styl @@ -3,6 +3,8 @@ height: 'calc(%s - 16px)' % 100vh border-radius: $border-card-l overflow: hidden + overflow: clip + overflow-clip-margin: .5px .header margin: var(--gap-max) var(--gap-margin) 0