Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct scroll behavior in DependencyLogsDialog component
- Updated the scrollToBottom function to use scrollHeight instead of clientHeight, ensuring the logs view scrolls to the bottom correctly. This change improves the user experience by providing accurate scrolling behavior in the logs dialog.
- Loading branch information