Skip to content

Commit 1bf42fc

Browse files
author
Sam Bokai
committed
Fix bug where Lane-height increased too much when hovering over
Related: #184
1 parent d233f2c commit 1bf42fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/Base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const ScrollableLane = styled.div`
7272
overflow-x: hidden;
7373
align-self: center;
7474
max-height: 90vh;
75-
padding-bottom: ${props => (props.isDraggingOver ? '130px' : '30px')};
75+
padding-bottom: 30px;
7676
margin-top: 10px;
7777
flex-direction: column;
7878
justify-content: space-between;

0 commit comments

Comments
 (0)