loader should always be the top element

This commit is contained in:
controlol 2021-11-05 00:14:00 +01:00
parent b72efdeeda
commit 8d0361cd80

View File

@ -24,7 +24,7 @@ const LoaderContainer = styled.div`
left: 0;
width: 100%;
height: 100%;
z-index: 100;
z-index: 1000;
background-color: rgba(255,255,255,.1);
overflow: hidden;