Skip to content

Commit

Permalink
Fix for the Drawer Overlay issue (microsoft#32060)
Browse files Browse the repository at this point in the history
Co-authored-by: tummala lakshmi manasa sai <[email protected]>
Co-authored-by: Oleksandr Fediashov <[email protected]>
  • Loading branch information
3 people committed Aug 13, 2024
1 parent 48cf3ef commit 0006712
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Bug fix for issue 31724",
"packageName": "@fluentui/react-drawer",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const useDrawerBottomBaseStyles = makeStyles({
[drawerCSSVars.drawerSizeVar]: '940px',
},
full: {
[drawerCSSVars.drawerSizeVar]: '100vh',
[drawerCSSVars.drawerSizeVar]: '100%',
},
});

Expand Down

0 comments on commit 0006712

Please sign in to comment.