Skip to content

Commit

Permalink
Merge pull request #10785 from torchiaf/10784-modal-add-member-css
Browse files Browse the repository at this point in the history
Fix AddProjectMemberDialog, remove scroll artifacts
  • Loading branch information
torchiaf committed Apr 17, 2024
2 parents da4a311 + ded51ce commit 8ee0f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rancher-components/src/components/Card/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default defineComponent({
.card-body {
justify-content: flex-start;
overflow: scroll;
overflow: auto;
}
> * {
Expand Down

0 comments on commit 8ee0f7f

Please sign in to comment.