From cec5c800d3b8a4491f2e0b853dbbf24d85cccfa0 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Mon, 29 Aug 2022 08:52:58 +0200
Subject: [PATCH] Fix select all button postion

---
 packages/file-handling/src/styles.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/file-handling/src/styles.js b/packages/file-handling/src/styles.js
index 566a5800..eae14667 100644
--- a/packages/file-handling/src/styles.js
+++ b/packages/file-handling/src/styles.js
@@ -168,7 +168,7 @@ export function getFileHandlingCss() {
         .select-all-icon {
             height: 40px;
             position: absolute;
-            top: -35px;
+            top: -18px;
         }
 
 
-- 
GitLab