fix: issue modal overflow (#549)
* feat: block sync * fix: create issue modal overflow
This commit is contained in:
parent
e0928d6ec5
commit
b9e42d116e
2 changed files with 4 additions and 4 deletions
|
|
@ -236,7 +236,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = ({
|
|||
<div className="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" />
|
||||
</Transition.Child>
|
||||
|
||||
<div className="fixed inset-0 z-10 overflow-y-auto">
|
||||
<div className="fixed inset-0 z-10">
|
||||
<div className="mt-10 flex min-h-full items-start justify-center p-4 text-center sm:p-0 md:mt-20">
|
||||
<Transition.Child
|
||||
as={React.Fragment}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue