From 87d6e1e93131243ece0cbf43cc9adc1466dabd57 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Wed, 24 Jul 2024 16:54:21 +0200 Subject: [PATCH] :bug: Fix create folder button --- .../DesignSystem/SearchBlockList/classes.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/front/Components/DesignSystem/SearchBlockList/classes.module.scss b/src/front/Components/DesignSystem/SearchBlockList/classes.module.scss index 48148e82..9f53834d 100644 --- a/src/front/Components/DesignSystem/SearchBlockList/classes.module.scss +++ b/src/front/Components/DesignSystem/SearchBlockList/classes.module.scss @@ -23,8 +23,7 @@ } .bottom-container { - position: fixed; - bottom: 0; + margin-top: auto; width: 336px; } }