mirror of
https://github.com/wassname/talk.git
synced 2026-07-22 13:00:29 +08:00
fix: temporary use min-height for single comment view to not cutoff report dialog (#2476)
This commit is contained in:
@@ -24,6 +24,11 @@ const ReportButtonWithPopover: React.FunctionComponent<Props> = ({
|
||||
id={popoverID}
|
||||
placement="top-end"
|
||||
description="A dialog for reporting comments"
|
||||
modifiers={{
|
||||
flip: {
|
||||
enabled: false,
|
||||
},
|
||||
}}
|
||||
body={({ toggleVisibility, scheduleUpdate }) => (
|
||||
<ClickOutside onClickOutside={toggleVisibility}>
|
||||
<ReportPopover
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.root {
|
||||
width: 100%;
|
||||
min-height: 400px;
|
||||
}
|
||||
|
||||
.replyList {
|
||||
|
||||
Reference in New Issue
Block a user