[WEB-4981] fix: analytics portal modal #7858
This commit is contained in:
parent
b946b3a315
commit
c05a5eb5ee
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ export const ModalPortal: React.FC<ModalPortalProps> = ({
|
|||
|
||||
const content = (
|
||||
<div
|
||||
className={cn("fixed inset-0 h-full w-full overflow-y-auto", className)}
|
||||
className={cn("absolute inset-0 h-full w-full overflow-y-auto", className)}
|
||||
style={{ zIndex: MODAL_Z_INDEX }}
|
||||
role="dialog"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue