Skip to content

Commit 8d0361c

Browse files
committed
loader should always be the top element
1 parent b72efde commit 8d0361c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LineLoader.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const LoaderContainer = styled.div`
2424
left: 0;
2525
width: 100%;
2626
height: 100%;
27-
z-index: 100;
27+
z-index: 1000;
2828
background-color: rgba(255,255,255,.1);
2929
overflow: hidden;
3030

0 commit comments

Comments
 (0)