New visual

This commit is contained in:
Simeon Pursiainen
2025-09-11 20:10:29 +03:00
parent 453d20d345
commit c12d4c1e73
8 changed files with 57 additions and 32 deletions
+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;