Skip to content

Commit

Permalink
[F] unexpected scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Jun 29, 2024
1 parent db58dae commit 7081b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContentCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export default class ContentCard extends Vue {
height: fit-content;
padding: 10px;
border: 2px solid $flamingo;
border-radius: 10px;
border-radius: 15px;
color: $text;
overflow: scroll;
overflow: hidden;
transition: all 0.5s ease;
background-color: $base;
margin: 0 20px 50px 0;
Expand Down

0 comments on commit 7081b70

Please sign in to comment.