Skip to content
Snippets Groups Projects
Unverified Commit 166478d8 authored by Romeo Van Snick's avatar Romeo Van Snick
Browse files

Add max-height to the click actions popover to prevent overflow and infinite scroll

parent 727731bb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment