Skip to content

Commit 073ccaf

Browse files
committed
FE: Navbar item color picker positioning
1 parent 863d36e commit 073ccaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/Nav/Menu/styled.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export const MenuItem = styled('li').attrs({ role: 'menuitem' })<{
3737
color: ${theme.menu[$variant].color.hover};
3838
3939
${ColorPickerWrapper} {
40-
position: relative;
40+
position: absolute;
41+
right: 36px;
4142
visibility: visible;
4243
}
4344
}

0 commit comments

Comments
 (0)