fix(widget-markdown): keep markdown widget dropdowns on top (#2326)
This commit is contained in:
parent
29f12c94d9
commit
5f807d7ac5
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user