[#817] removed deprecated border on sidebar and fix small visual bug cropping the bottom of the desktop sidebar (#852)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-04-29 17:59:53 +02:00
committed by GitHub
parent c429306e77
commit 1ceaefa7bc
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -38,7 +38,6 @@
margin-left 25%
.sidebar
border-right 2px solid #f3f4f6
width 270px
height 100%
flex-direction column
@@ -30,7 +30,8 @@ export const DesktopSidebar: React.FC<CalendarSidebarProps> = ({
paddingLeft: 3,
paddingRight: 2,
width: '270px',
marginTop: isIframe ? 1 : '70px'
marginTop: isIframe ? 1 : '70px',
height: isIframe ? 'calc(100% - 8px)' : 'calc(100% - 70px)'
},
zIndex: 5
}}