Skip to content

Commit

Permalink
Remove CSS containment from DialogSurface (#29878)
Browse files Browse the repository at this point in the history
* Remove CSS containment from DialogSurface

* change

---------

Co-authored-by: Juraj Kapsiar <[email protected]>
  • Loading branch information
jurokapsiar and Juraj Kapsiar authored Nov 20, 2023
1 parent 1a26dc7 commit 873b079
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Remove CSS containment from DialogSurface",
"packageName": "@fluentui/react-dialog",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const useRootBaseStyle = makeResetStyles({
...shorthands.border(SURFACE_BORDER_WIDTH, 'solid', tokens.colorTransparentStroke),
...shorthands.borderRadius(tokens.borderRadiusXLarge),

contain: 'content',
display: 'block',
userSelect: 'unset',
visibility: 'unset',
Expand Down

0 comments on commit 873b079

Please sign in to comment.