From 5de5f98985c45808396af63e63180d393dc4733f Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Fri, 3 Apr 2020 18:30:56 +0200 Subject: [PATCH] fix map play and reset buttons --- src/components/map/map.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/map/map.js b/src/components/map/map.js index 4b6fe8277..da3a39766 100644 --- a/src/components/map/map.js +++ b/src/components/map/map.js @@ -524,20 +524,20 @@ class Map extends React.Component { padding: 12, border: "none", zIndex: 900, - position: "absolute", + position: "relative", textTransform: "uppercase" }; if (this.props.branchLengthsToDisplay !== "divOnly") { return ( -
+