Skip to content

Commit abad584

Browse files
Merge pull request #21774 from davelopez/fix_beta_upload_method_list_overflow
[26.0] Removes unnecessary overflow restriction in upload method panel
2 parents b4a8415 + 9ee35a9 commit abad584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/Panels/Upload/UploadMethodList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function updateQuery(newQuery: string) {
7676
@change="updateQuery" />
7777
</Teleport>
7878

79-
<div class="flex-grow-1 overflow-hidden">
79+
<div class="flex-grow-1">
8080
<ScrollList
8181
:item-key="(method) => method.id"
8282
:in-panel="inPanel"

0 commit comments

Comments
 (0)