Skip to content

Commit

Permalink
Fixes explain panel scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Dec 12, 2024
1 parent 9087a08 commit 7be78c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webviews/apps/shared/styles/details-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ ul {
}

&__summary {
display: block;
margin: 0;
overflow-y: auto;
overflow-x: hidden;
resize: vertical;
max-height: 20rem;
}
}

0 comments on commit 7be78c5

Please sign in to comment.