We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd9f42 commit a7a41a1Copy full SHA for a7a41a1
front/src/modules/ui/board/components/BoardColumn.tsx
@@ -21,6 +21,7 @@ export const StyledColumn = styled.div<{ isFirstColumn: boolean }>`
21
min-width: 200px;
22
23
padding: ${({ theme }) => theme.spacing(2)};
24
+ position: relative;
25
`;
26
27
const StyledHeader = styled.div`
0 commit comments