diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-24 19:21:27 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-24 19:21:27 -0700 |
commit | 09954c06d8970f27ad14f8b30ed14cf357a1fa5e (patch) | |
tree | 1f9e8c5c106095529d7f8d40da2bb214523be71d /modern/src/other/ReplayPage.js | |
parent | ba6c8ea46a53389b305498dde74a86298c497714 (diff) | |
download | trackermap-web-09954c06d8970f27ad14f8b30ed14cf357a1fa5e.tar.gz trackermap-web-09954c06d8970f27ad14f8b30ed14cf357a1fa5e.tar.bz2 trackermap-web-09954c06d8970f27ad14f8b30ed14cf357a1fa5e.zip |
Use fixed positions
Diffstat (limited to 'modern/src/other/ReplayPage.js')
-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, |