From 5ebf992db7eece6fdec4a822d800cd6c42221847 Mon Sep 17 00:00:00 2001 From: Crash-- Date: Fri, 19 May 2023 09:22:51 +0200 Subject: [PATCH] fix: SelectAccount was not well displayed Since the SelectBox is within the Title, but the title is not very height, the box was not displayed correctly. We use the `fixed` props in order to be created outside of the Title flow. --- .../src/components/AccountSelectBox/AccountSelectBox.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cozy-harvest-lib/src/components/AccountSelectBox/AccountSelectBox.jsx b/packages/cozy-harvest-lib/src/components/AccountSelectBox/AccountSelectBox.jsx index 9d6f8b7252..395eb57c5e 100644 --- a/packages/cozy-harvest-lib/src/components/AccountSelectBox/AccountSelectBox.jsx +++ b/packages/cozy-harvest-lib/src/components/AccountSelectBox/AccountSelectBox.jsx @@ -22,6 +22,7 @@ const AccountSelectBox = ({ } return (