Skip to content

Commit 7e3d630

Browse files
authored
fix: sidebar resizing (#1730)
Regression from #1717
1 parent d759d04 commit 7e3d630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/components/AppNav/AppNav.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ $transition-slow: 0.2s ease;
5454
background: var(--color-bg-sidenav);
5555
overflow: hidden;
5656
transition: width 0.2s ease;
57+
flex-shrink: 0;
5758

5859
&Fixed {
5960
position: fixed;

0 commit comments

Comments
 (0)