aboutsummaryrefslogtreecommitdiff
path: root/modern/src/other
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-05-24 19:21:27 -0700
committerAnton Tananaev <anton@traccar.org>2022-05-24 19:21:27 -0700
commit09954c06d8970f27ad14f8b30ed14cf357a1fa5e (patch)
tree1f9e8c5c106095529d7f8d40da2bb214523be71d /modern/src/other
parentba6c8ea46a53389b305498dde74a86298c497714 (diff)
downloadtrackermap-web-09954c06d8970f27ad14f8b30ed14cf357a1fa5e.tar.gz
trackermap-web-09954c06d8970f27ad14f8b30ed14cf357a1fa5e.tar.bz2
trackermap-web-09954c06d8970f27ad14f8b30ed14cf357a1fa5e.zip
Use fixed positions
Diffstat (limited to 'modern/src/other')
-rw-r--r--modern/src/other/ReplayPage.js2
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,