Skip to content

Commit 45c6a00

Browse files
authored
💄 style: fix setting window layout when in desktop was disappear (#8585)
1 parent 06d158e commit 45c6a00

File tree

1 file changed

+1
-1
lines changed
  • src/app/[variants]/(main)/settings/_layout/Desktop

1 file changed

+1
-1
lines changed

src/app/[variants]/(main)/settings/_layout/Desktop/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Layout = memo<LayoutProps>(({ children, category }) => {
3636
height={'100%'}
3737
horizontal={md}
3838
ref={ref}
39-
style={{ background: theme.colorBgContainer, flex: '1', position: 'relative', width: '0' }}
39+
style={{ background: theme.colorBgContainer, flex: '1', position: 'relative' }}
4040
>
4141
{md ? (
4242
<SideBar>{category}</SideBar>

0 commit comments

Comments
 (0)