Skip to content

Commit 41a0dc3

Browse files
committed
FE: Fix menu nav color picker position
1 parent d4bd299 commit 41a0dc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import styled, { css } from 'styled-components';
22
import { ServerStatus } from 'generated-sources';
33

44
export const ColorPickerWrapper = styled.div`
5-
position: absolute;
65
display: flex;
76
visibility: hidden;
87
`;
@@ -37,8 +36,6 @@ export const MenuItem = styled('li').attrs({ role: 'menuitem' })<{
3736
color: ${theme.menu[$variant].color.hover};
3837
3938
${ColorPickerWrapper} {
40-
position: absolute;
41-
right: 36px;
4239
visibility: visible;
4340
}
4441
}

0 commit comments

Comments
 (0)