Skip to content

Commit

Permalink
Set scrollbar auto in Card.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
  • Loading branch information
torchiaf committed Apr 16, 2024
1 parent e6c4d01 commit ded51ce
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 ded51ce

Please sign in to comment.