diff --git a/tools/spatialAnalytics/index.css b/tools/spatialAnalytics/index.css index 3e3b949..c08b074 100644 --- a/tools/spatialAnalytics/index.css +++ b/tools/spatialAnalytics/index.css @@ -80,7 +80,7 @@ img { .iconContainer { position: fixed; transform: translateX(-50%); - bottom: 230px; + bottom: calc(230px - 66px); left: 50%; width: max-content; height: max-content; @@ -91,7 +91,7 @@ img { width: 64px; height: 64px; margin: 0 10px; - bottom: 230px; + bottom: calc(230px - 66px); background-color: #00000080; border-radius: 50%; box-sizing: border-box; @@ -124,7 +124,7 @@ img { position: absolute; width: max-content; transform: translateX(-50%); - bottom: 230px; + bottom: calc(230px - 66px); left: 50%; text-align: center;