Skip to content

Commit e756890

Browse files
committed
fix: change display absolute to fixed for LineLoader
1 parent f7116f8 commit e756890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LineLoader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const StyledLinear = withStyles(() =>
99
createStyles({
1010
root: {
1111
marginTop: "-1px",
12-
position: "absolute",
12+
position: "fixed",
1313
width: "100%",
1414
zIndex: 1000,
1515
},

0 commit comments

Comments
 (0)