From 631f427f677db8bb9c9ec18224b79aa97bb5c2ca Mon Sep 17 00:00:00 2001 From: sylenien Date: Tue, 17 May 2022 18:20:12 +0200 Subject: [PATCH] fix(ui): fix typo --- frontend/app/components/ui/ItemMenu/itemMenu.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/ui/ItemMenu/itemMenu.css b/frontend/app/components/ui/ItemMenu/itemMenu.css index 053c8af2e..f6095b8b3 100644 --- a/frontend/app/components/ui/ItemMenu/itemMenu.css +++ b/frontend/app/components/ui/ItemMenu/itemMenu.css @@ -29,7 +29,7 @@ } white-space: nowrap; - z-index: 10; + z-index: 20; position: absolute; right: 31px; top: 27px; @@ -40,7 +40,7 @@ & .menuItem { cursor: pointer; - padding: 20px; + padding: 10px; display: flex; align-items: center; border-bottom: 1px solid $gray-light;