Skip to content

Commit

Permalink
fixed cards text not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagameow committed Jul 22, 2024
1 parent da0457d commit 21d6e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/AppCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ defineProps({
linear-gradient(#fff 0%, #fff 0%) padding-box,
linear-gradient(#fff 0%, #fff 0%);
mask-composite: exclude;
z-index: -1;
}
}
Expand Down
1 change: 1 addition & 0 deletions src/views/services-view/ServicesViewCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const activate = () => {
linear-gradient(#fff 0%, #fff 0%) padding-box,
linear-gradient(#fff 0%, #fff 0%);
mask-composite: exclude;
z-index: -1;
}
}
</style>

0 comments on commit 21d6e26

Please sign in to comment.