We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d233f2c commit 1bf42fcCopy full SHA for 1bf42fc
1 file changed
src/styles/Base.js
@@ -72,7 +72,7 @@ export const ScrollableLane = styled.div`
72
overflow-x: hidden;
73
align-self: center;
74
max-height: 90vh;
75
- padding-bottom: ${props => (props.isDraggingOver ? '130px' : '30px')};
+ padding-bottom: 30px;
76
margin-top: 10px;
77
flex-direction: column;
78
justify-content: space-between;
0 commit comments