Skip to content

Commit

Permalink
minor fix around scroll for large lineage screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish8689 committed Dec 1, 2024
1 parent ff3f0f3 commit 1f10292
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
height: calc(100vh - @om-navbar-height);
.lineage-card {
height: calc(100vh - @om-navbar-height);
overflow-y: scroll;
}
.entity-lineage.sidebar {
top: @lineage-breadcrumb-panel;
Expand Down

0 comments on commit 1f10292

Please sign in to comment.