Reduce z-index (#12334)

This commit is contained in:
Geido
2021-01-07 21:59:11 +01:00
committed by GitHub
parent 547c356b4c
commit 5088e570bf

View File

@@ -24,7 +24,7 @@ interface Props {
}
const LoaderImg = styled.img`
z-index: 1000;
z-index: 99;
width: 50px;
position: relative;
margin: 10px;