Fix safari broken table (#11399)

Fixes #11254
This commit is contained in:
Charles Bochet
2025-04-04 19:16:33 +02:00
committed by GitHub
parent 241d8820d7
commit 8fa09e21ec
4 changed files with 7 additions and 23 deletions

View File

@ -16,6 +16,7 @@ import { getSettingsPath } from '~/utils/navigation/getSettingsPath';
const StyledInnerContainer = styled.div`
height: 100%;
width: 100%;
`;
export const SettingsNavigationDrawerItems = () => {