2
0
Эх сурвалжийг харах

Merge pull request #124 from smiclea/CORWEB-161

Fix `Dropdown` list appearing behind modal CORWEB-161
Dorin Paslaru 8 жил өмнө
parent
commit
9fd3108194

+ 1 - 1
src/components/molecules/Dropdown/Dropdown.jsx

@@ -44,7 +44,7 @@ const List = styled.div`
   width: ${props => getWidth(props)}px;
   border: 1px solid ${Palette.grayscale[3]};
   border-radius: ${StyleProps.borderRadius};
-  z-index: 10;
+  z-index: 1000;
 `
 const ListItems = styled.div`
   max-height: 400px;