1 评论 (1 评论)0 反应 (0 反应)0 负责人 (0 负责人)TypeScript11,288 star (11,288 star)701 fork (701 fork)batch import
bughelp wanted
描述
设备信息
- 操作系统: []
- 浏览器版本: []
- 沙拉查词版本: []
描述问题
复现步骤
期待的正常行为
截图
额外信息
- 议题类型
- bug
- 研究方向
- 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.