Skip to content

Commit

Permalink
Expand the counterfactual flyout to cover the full page (#1315)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Gupta <[email protected]>
  • Loading branch information
gaugup committed Apr 21, 2022
1 parent 45b126b commit 891ddb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/counterfactuals/src/lib/CounterfactualPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ export class CounterfactualPanel extends React.Component<
<Panel
id="CounterfactualPanel"
isOpen={this.props.isPanelOpen}
type={PanelType.largeFixed}
type={PanelType.custom}
customWidth={"100%"}
onDismiss={this.onClosePanel}
closeButtonAriaLabel="Close"
isFooterAtBottom
Expand Down

0 comments on commit 891ddb1

Please sign in to comment.