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 793b817 commit 6c68d22Copy full SHA for 6c68d22
packages/compass-components/src/components/drawer-portal.tsx
@@ -178,7 +178,7 @@ const drawerLayoutFixesStyles = css({
178
},
179
180
// drawer content > title content
181
- '& > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child > div:first-child > div:first-child':
+ '& > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:first-child > div:first-child > div:first-child':
182
{
183
// fix for the flex parent not allowing flex children to collapse if they
184
// are overflowing the container
0 commit comments