Skip to content

Commit

Permalink
Portal true on modal
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Oct 6, 2023
1 parent 61ef0be commit 2dd1c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/felles-komponenter/modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Modal = (props: Props) => {
};

return (
<AkselModal open onClose={closeFuncOrDefault} className="lg:w-120">
<AkselModal portal open onClose={closeFuncOrDefault} className="lg:w-120">
<AkselModal.Header closeButton={true} aria-labelledby="modal-heading">
<div className="space-y-2">
<Heading id="modal-heading" size="large">
Expand Down

0 comments on commit 2dd1c18

Please sign in to comment.