Skip to content

Commit 7be78c5

Browse files
committed
Fixes explain panel scrolling
1 parent 9087a08 commit 7be78c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/apps/shared/styles/details-base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ ul {
197197
}
198198

199199
&__summary {
200+
display: block;
200201
margin: 0;
201202
overflow-y: auto;
202203
overflow-x: hidden;
203-
resize: vertical;
204204
max-height: 20rem;
205205
}
206206
}

0 commit comments

Comments
 (0)