Skip to content

Commit

Permalink
Reduce anchor height to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
ezwelty authored and wbazant committed Nov 27, 2024
1 parent 2536074 commit 03ff925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/photo/PhotoUploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { addPhoto } from '../../utils/api'
import { PhotoOrganizer } from './PhotoOrganizer'

const ScrollAnchor = styled.div`
height: 100px;
margin-top: -100px;
height: 0px;
pointer-events: none;
`

Expand Down

0 comments on commit 03ff925

Please sign in to comment.