Skip to content

Commit

Permalink
Fixed long tracebacks not scrolling in the error reporter (#8131)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Sep 4, 2024
2 parents 2b1921f + 6fc44bc commit 26db291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function App() {
{t("ErrorNotification")}
</div>
<div className="border border-t-0 border-red-400 rounded-b bg-card px-4 py-3 text-red-600" style={{whiteSpace: "pre"}}>
<p id="error_popup_text" className="overflow-y-auto"></p>
<p id="error_popup_text" className="overflow-y-scroll max-h-64"></p>
<div className="w-1/2 justify-start">
<Button className="h-10 pl-2 my-2 w-1/3 mx-2 justify-start rounded-none text-muted-foreground bg-secondary" variant="outline" onClick={searchError}>
{t("ErrorSearchButton")}
Expand Down

0 comments on commit 26db291

Please sign in to comment.