Skip to content

Commit 0e4e6f2

Browse files
authored
Fix #25983: Data Product description scroll not working (#26040)
Change overflow-y from hidden to auto on the Data Product tab pane to allow scrolling when description content exceeds the viewport. authored-by: Siddhant <siddhant@MacBook-Pro-2.local>
1 parent 811f494 commit 0e4e6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmetadata-ui/src/main/resources/ui/src/components/DataProducts/DataProductsDetailsPage/data-products-details-page.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.ant-tabs.tabs-new {
2727
.ant-tabs-tabpane {
2828
height: @domain-page-height;
29-
overflow-y: hidden;
29+
overflow-y: auto;
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)