feat: added floating toolbar on text selection (#386)
style: re-designed create-issue modal
This commit is contained in:
parent
388d5b054a
commit
d8bf9b4c2a
2 changed files with 17 additions and 4 deletions
|
|
@ -231,7 +231,7 @@ export const CreateUpdateIssueModal: React.FC<IssuesModalProps> = ({
|
|||
</Transition.Child>
|
||||
|
||||
<div className="fixed inset-0 z-10 overflow-y-auto">
|
||||
<div className="mt-10 flex items-start justify-center p-4 text-center sm:p-0 md:mt-20">
|
||||
<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}
|
||||
enter="ease-out duration-300"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue