We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7315e8a + 856b4a9 commit 082492dCopy full SHA for 082492d
src/react-elastic-carousel/components/styled/Slider.js
@@ -51,7 +51,7 @@ export default styled.div`
51
position: absolute;
52
display: flex;
53
flex-direction: ${({ verticalMode }) => (verticalMode ? "column" : "row")};
54
- min-height: 100%;
+ ${({ verticalMode }) => (verticalMode ? "min-height: 100%;" : "")}
55
transition: ${calcTransition};
56
left: ${calcLeft};
57
right: ${calcRight};
0 commit comments