diff options
Diffstat (limited to 'modern/src/other')
-rw-r--r-- | modern/src/other/ReplayPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/other/ReplayPage.js b/modern/src/other/ReplayPage.js index 9277cee8..b217b374 100644 --- a/modern/src/other/ReplayPage.js +++ b/modern/src/other/ReplayPage.js @@ -28,7 +28,7 @@ const useStyles = makeStyles((theme) => ({ sidebar: { display: 'flex', flexDirection: 'column', - position: 'absolute', + position: 'fixed', zIndex: 3, left: 0, top: 0, |