0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript15,390 stars (15,390 stars)2,236 forks (2,236 forks)batch import
buggood first issue
Description
单元格激活时,输入超高内容,整体页面样式错乱,当靠近底部边缘的单元格激活时输入超多内容样式也错乱

Contributor guide
- Tech stack
- javascripthtmlcss
- Domain
- frontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- 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.
- clear
- Prerequisites
- CSS knowledgeJavaScript basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 85
- Research direction
- Investigate the cell input overlay component (likely in src/cell.js or similar). Check how the input textarea is positioned and styled, especially when content exceeds cell boundaries. Look for CSS properties like overflow, position, and z index that might cause layout issues when near the edge of the viewport.