fix(dropdown): fix z-axis height error

This commit is contained in:
unix
2020-04-10 18:18:47 +08:00
parent 0461b8530b
commit 8558309a5f

View File

@@ -71,6 +71,7 @@ const Dropdown: React.FC<React.PropsWithChildren<Props>> = React.memo(({
width: ${rect.width}px;
top: ${rect.top + 2}px;
left: ${rect.left}px;
z-index: 100;
}
`}</style>
</div>