Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate/comments-modal component #869

Open
wants to merge 11 commits into
base: 8.0.x
Choose a base branch
from
Prev Previous commit
Next Next commit
refactor: only reveal scrollbar on oversized images
  • Loading branch information
b0ink committed Aug 2, 2024
commit d40ba25c4a57a36f1c6d6ff39a381ff889181e28
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ export class CommentsModalService {
data: {commentResourceUrl, comment},
width: '100%',
maxWidth: '900px',
panelClass: 'overflow-y-scroll',
panelClass: 'overflow-y-auto',
});
}
}