We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bd299 commit 41a0dc3Copy full SHA for 41a0dc3
frontend/src/components/Nav/Menu/styled.ts
@@ -2,7 +2,6 @@ import styled, { css } from 'styled-components';
2
import { ServerStatus } from 'generated-sources';
3
4
export const ColorPickerWrapper = styled.div`
5
- position: absolute;
6
display: flex;
7
visibility: hidden;
8
`;
@@ -37,8 +36,6 @@ export const MenuItem = styled('li').attrs({ role: 'menuitem' })<{
37
36
color: ${theme.menu[$variant].color.hover};
38
39
${ColorPickerWrapper} {
40
41
- right: 36px;
42
visibility: visible;
43
}
44
0 commit comments