From 45dc2ed3b822b8ee3eed8cd77201d43bf24aacde Mon Sep 17 00:00:00 2001 From: jadera Date: Wed, 10 Sep 2025 22:20:28 +0300 Subject: [PATCH] rako poistettu navigationin dropdown hommeli --- src/components/DropDownBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DropDownBox.tsx b/src/components/DropDownBox.tsx index 51a2cf6..41cf408 100644 --- a/src/components/DropDownBox.tsx +++ b/src/components/DropDownBox.tsx @@ -12,8 +12,8 @@ interface DropDownBoxProps { const Box = styled.div` background-color: ${colors.white}; border: 1px solid ${colors.black}; - margin-top: 0.8rem; position: absolute; + /* margin-top: 0.8rem; hides cool onhover effect but fixes a gap problem */ left: 0; top: 2.5rem; z-index: 20;