1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11,288 stars (11,288 stars)701 forks (701 forks)batch import
bughelp wanted
Description
设备信息
- 操作系统: []
- 浏览器版本: []
- 沙拉查词版本: []
描述问题
复现步骤
期待的正常行为
截图
额外信息
Contributor guide
- Tech stack
- typescriptcss
- 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.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic CSSUnderstanding of browser extension popup rendering
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Examine the Google dictionary panel component in the extension's source (likely in src/panel/ or similar). Look for CSS styles that might cause content overflow or height clipping. The bug occurs when the dictionary information is truncated; check if there is a fixed height or overflow:hidden that should be adjusted. Review the issue screenshot and reproduce locally to identify the exact element. Possible fix: set overflow:visible or adjust min height.