We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1adeb commit 97f91b5Copy full SHA for 97f91b5
src/programs/Calendar/CalendarSidebar/styles.ts
@@ -5,7 +5,8 @@ export const StyledCalendarSidebar = styled.div<StyledCalendarSidebarProps>`
5
width: 100%;
6
height: 100%;
7
grid-area: side;
8
- overflow: auto;
+ overflow-y: auto;
9
+ overflow-x: hidden; // getting a tiny amount of overflow, I think because of flex gap's sub-pixel rounding
10
padding-left: 6px;
11
box-sizing: border-box;
12
`;
0 commit comments