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;