From e524d1d1f9462c494fc12c757aec444139ee6e78 Mon Sep 17 00:00:00 2001
From: Colin Kallemein <cakallemein@gmail.com>
Date: Sun, 23 Jun 2024 17:11:47 +0200
Subject: [PATCH] Fixed issue safari positioning

---
 src/components/utilities/assetManager/AssetManager.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/utilities/assetManager/AssetManager.vue b/src/components/utilities/assetManager/AssetManager.vue
index adff4ea..a5bb052 100644
--- a/src/components/utilities/assetManager/AssetManager.vue
+++ b/src/components/utilities/assetManager/AssetManager.vue
@@ -121,7 +121,7 @@ function toTop() {
   }
 
   button.back-to-top {
-    position: fixed;
+    position: absolute;
     left: calc(50% - 60px);
     bottom: 10px;
     min-width: unset;