style: remirror for comments height, sidebar z-index

This commit is contained in:
Aaryan Khandelwal 2023-01-11 00:30:51 +05:30 committed by vamsi
parent 1e3af2e9e2
commit 8474b400b0
5 changed files with 7 additions and 7 deletions

View file

@ -83,7 +83,7 @@ const AddIssueComment: React.FC<{
return (
<div className="space-y-5">
<form onSubmit={handleSubmit(onSubmit)}>
<div className="rounded-md p-2 pt-3">
<div className="issue-comments-section rounded-md p-2 pt-3">
<Controller
name="comment_html"
control={control}