mirror of
https://github.com/gosticks/plane.git
synced 2025-10-16 12:45:33 +00:00
[WEB-4981] fix: analytics portal modal #7858
This commit is contained in:
parent
b946b3a315
commit
c05a5eb5ee
@ -41,7 +41,7 @@ export const WorkItemsModal: React.FC<Props> = observer((props) => {
|
||||
>
|
||||
<div
|
||||
className={`flex h-full flex-col overflow-hidden border-custom-border-200 bg-custom-background-100 text-left ${
|
||||
fullScreen ? "rounded-lg border m-2" : "border-l"
|
||||
fullScreen ? "rounded-lg border" : "border-l"
|
||||
}`}
|
||||
>
|
||||
<WorkItemsModalHeader
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user