fix(widget-markdown): keep markdown widget dropdowns on top (#2326)

This commit is contained in:
Peter Olds 2019-05-10 07:25:52 -07:00 committed by Shawn Erquhart
parent 29f12c94d9
commit 5f807d7ac5

View File

@ -37,7 +37,7 @@ const DropdownList = styled.ul`
top: 0;
left: 0;
min-width: 100%;
z-index: 1;
z-index: 2;
${props => css`
width: ${props.width};