From 053975ef82484c69a62e56678302f30f073fa7a7 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Wed, 4 May 2022 16:38:10 +0200 Subject: [PATCH] Fix members menu popup is not correctly aligned --- frontend/resources/styles/main/partials/dashboard-team.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/dashboard-team.scss b/frontend/resources/styles/main/partials/dashboard-team.scss index f018f95f5e..6bab8a4c3c 100644 --- a/frontend/resources/styles/main/partials/dashboard-team.scss +++ b/frontend/resources/styles/main/partials/dashboard-team.scss @@ -195,7 +195,7 @@ border-radius: 4px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); z-index: 12; - top: 40px; + top: 30px; left: 6px; width: 155px;