From 41a0dc359a9400274d7bf3aa6fc30457b26d69fd Mon Sep 17 00:00:00 2001 From: Pavel Makarichev Date: Sun, 12 Oct 2025 19:17:39 +0300 Subject: [PATCH] FE: Fix menu nav color picker position --- frontend/src/components/Nav/Menu/styled.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/components/Nav/Menu/styled.ts b/frontend/src/components/Nav/Menu/styled.ts index 619497433..c91ac2eb9 100644 --- a/frontend/src/components/Nav/Menu/styled.ts +++ b/frontend/src/components/Nav/Menu/styled.ts @@ -2,7 +2,6 @@ import styled, { css } from 'styled-components'; import { ServerStatus } from 'generated-sources'; export const ColorPickerWrapper = styled.div` - position: absolute; display: flex; visibility: hidden; `; @@ -37,8 +36,6 @@ export const MenuItem = styled('li').attrs({ role: 'menuitem' })<{ color: ${theme.menu[$variant].color.hover}; ${ColorPickerWrapper} { - position: absolute; - right: 36px; visibility: visible; } }