13 comments (13 comments)0 reactions (0 reactions)1 assignee (1 assignee)CSS2,107 stars (2,107 stars)519 forks (519 forks)batch import
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- javascriptcss
- Domain
- mobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- basic CSSJavaScript event handlingunderstanding of fullpage.js
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- The issue reports that after enabling horizontal sliding, content that exceeds the container is hidden and cannot be scrolled. Investigate the zepto.fullpage plugin's scroll implementation, focusing on the 'scrollOverflow' or similar options. Check comments in the issue for any proposed solutions or workarounds. Files to examine include the main plugin JavaScript and related CSS. The problem may be related to CSS overflow properties or event propagation.