diff --git a/frontend/src/components/Map.vue b/frontend/src/components/Map.vue
index f48665e..1cd5c59 100644
--- a/frontend/src/components/Map.vue
+++ b/frontend/src/components/Map.vue
@@ -558,9 +558,15 @@ main {
 
 :deep(.ol-viewport) {
   .ol-attribution {
-    position: absolute !important;
-    bottom: 0 !important;
-    right: 0 !important;
+    display: none;
+  }
+
+  .ol-control {
+    margin-bottom: 0.5em;
+  }
+
+  button {
+    background: var(--color-background);
   }
 }
 </style>