From 98feec0d99f85e4bc585714c7092d719eb7331fa Mon Sep 17 00:00:00 2001 From: Akuoko Daniel Jnr Date: Fri, 5 Mar 2021 08:44:51 +0000 Subject: [PATCH] fix: tooltip alignment with filter button --- scenes/SceneFilesFolder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/SceneFilesFolder.js b/scenes/SceneFilesFolder.js index 8007fcae..52dba0b3 100644 --- a/scenes/SceneFilesFolder.js +++ b/scenes/SceneFilesFolder.js @@ -107,7 +107,7 @@ const STYLES_COMMAND_TOOLTIP_ANCHOR = css` width: 275px; height: auto; position: absolute; - top: -11px; + top: -7px; right: 50px; z-index: ${Constants.zindex.tooltip}; padding-bottom: 15px;