Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
166478d8
Unverified
Commit
166478d8
authored
4 months ago
by
Romeo Van Snick
Browse files
Options
Downloads
Patches
Plain Diff
Add max-height to the click actions popover to prevent overflow and infinite scroll
parent
727731bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/metabase/visualizations/components/ClickActions/ClickActionsPopover.styled.tsx
+2
-0
2 additions, 0 deletions
...ns/components/ClickActions/ClickActionsPopover.styled.tsx
with
2 additions
and
0 deletions
frontend/src/metabase/visualizations/components/ClickActions/ClickActionsPopover.styled.tsx
+
2
−
0
View file @
166478d8
...
...
@@ -12,6 +12,8 @@ export const Container = styled.div`
export
const
FlexTippyPopover
=
styled
(
TippyPopover
)
`
display: flex;
max-height: 80vh;
box-sizing: border-box;
&.tippy-box {
border: none;
...
...
This diff is collapsed.
Click to expand it.
Nicholas Bentley
@nbentley
mentioned in commit
03c4e07b
·
4 months ago
mentioned in commit
03c4e07b
mentioned in commit 03c4e07be4cf16201d3290f619ea44cac7469a56
Toggle commit list
Nicholas Bentley
@nbentley
mentioned in commit
617d2102
·
4 months ago
mentioned in commit
617d2102
mentioned in commit 617d21025fa32bebb3fb8b4e938f1539de5ce973
Toggle commit list
Nicholas Bentley
@nbentley
mentioned in commit
9cb9ec95
·
4 months ago
mentioned in commit
9cb9ec95
mentioned in commit 9cb9ec95612f8fe361d0f71c295fd837e5194303
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment