fix: Tooltip popup being clipped in PlatformDashboard | 修复平台仪表盘页面 Tooltip 弹出框被裁剪问题#521
Open
liaozip wants to merge 1 commit intodataelement:mainfrom
Open
fix: Tooltip popup being clipped in PlatformDashboard | 修复平台仪表盘页面 Tooltip 弹出框被裁剪问题#521liaozip wants to merge 1 commit intodataelement:mainfrom
liaozip wants to merge 1 commit intodataelement:mainfrom
Conversation
L417: LeaderboardCard 组件的 overflow 修改 L352: ChurnTable 组件的 overflow 修改
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description | 描述
English:
Fix tooltip popup being clipped in PlatformDashboard page.
中文:
修复 PlatformDashboard 页面中的 Tooltip 弹出框被裁剪的问题。
Changes Made | 修改内容
English:
overflow: 'hidden'tooverflow: 'visible'inLeaderboardCardcomponent (L417)overflow: 'hidden'tooverflow: 'visible'inChurnTablecomponent (L352)中文:
LeaderboardCard组件中将overflow: 'hidden'改为overflow: 'visible'(L417)ChurnTable组件中将overflow: 'hidden'改为overflow: 'visible'(L352)Bug Fixed | 修复的问题
English:
The InfoTooltip popup icons (i) next to:
were being clipped by their parent containers'
overflow: hiddenstyles.中文:
以下三个模块旁边的说明提示图标 (i) 的弹出框:
会被其父容器的
overflow: hidden样式裁剪,导致无法正常显示。Testing | 测试
English:
中文: