Commit a8c5a274 authored by Théophile BORNON's avatar Théophile BORNON

fixed position instead of abs

parent 8fcee031
...@@ -36,7 +36,7 @@ const useStyles = makeStyles(theme => ({ ...@@ -36,7 +36,7 @@ const useStyles = makeStyles(theme => ({
rightBot: { rightBot: {
bottom: "10px", bottom: "10px",
right: "15px", right: "15px",
position: "absolute" position: "fixed"
} }
})); }));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment