mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
fix: position comment panel below trigger button
This commit is contained in:
parent
47de91e07b
commit
0e48df63ff
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ export function CommentPanel({
|
|||
const showEmptyState = !hasThreads && !isComposerOpen;
|
||||
|
||||
return (
|
||||
<div className="flex w-70 flex-col rounded-lg border bg-card">
|
||||
<div className="flex w-80 flex-col rounded-lg border bg-card">
|
||||
{hasThreads && (
|
||||
<div
|
||||
className="overflow-y-auto"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue