diff --git a/src/components/photo/PhotoUploader.js b/src/components/photo/PhotoUploader.js index 729c2934..6cf944aa 100644 --- a/src/components/photo/PhotoUploader.js +++ b/src/components/photo/PhotoUploader.js @@ -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; `