fix(calendar): remove scrollbar for 2x2 (#3227)

This commit is contained in:
Meier Lukas
2025-05-26 11:40:42 +02:00
committed by GitHub
parent d4ef212042
commit 1d27da2230
2 changed files with 13 additions and 6 deletions

View File

@@ -44,8 +44,8 @@ export const CalendarDay = ({ date, events, disabled, rootHeight, rootWidth }: C
h="100%"
w="100%"
p={0}
pt={isSmall ? 5 : 20}
pb={isSmall ? 5 : 20}
pt={isSmall ? 0 : 10}
pb={isSmall ? 0 : 10}
m={0}
bd={`2px solid ${opened && !disabled ? primaryColor : "transparent"}`}
style={{