From 0570c7fdef62df5f184dc48b97b393ad91fe7928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Fri, 12 Jan 2024 15:12:56 +0100 Subject: [PATCH] :bug: Fix positioning of dropdown for assets/types --- frontend/src/app/main/ui/workspace/sidebar/assets.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/assets.cljs b/frontend/src/app/main/ui/workspace/sidebar/assets.cljs index 6d1fe8fe1..d82ae14e1 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/assets.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/assets.cljs @@ -178,7 +178,7 @@ :fixed? true :min-width? true :top 152 - :left 64 + :left 18 :options options :workspace? true}] [:button {:class (stl/css :sort-button)