rako poistettu navigationin dropdown hommeli

This commit is contained in:
jadera
2025-09-10 22:20:28 +03:00
parent 7c23bc5103
commit 45dc2ed3b8
+1 -1
View File
@@ -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;