- Missing css class

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-05-28 10:20:29 -04:00
parent ba90d72d55
commit 38bf58c613

View File

@@ -82,6 +82,9 @@ export const StyleVertical = styled.div`
// TODO ? This is the question. We need the same drag-zone we get in horizontal mode
min-height: 50px; // Not needed, just for extra landing space
}
.smooth-dnd-container.horizontal {
white-space: normal;
}
.react-trello-board {
overflow-y: hidden !important;