Skip to content

Commit

Permalink
docs: add pointer event none to Ellipsis component (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien authored Sep 19, 2022
1 parent c3af02d commit 70ecb31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/components/global/Ellipsis.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
background: linear-gradient(97.62deg, rgba(240,219,79,0.22) 2.27%, rgba(242,223,97,0.22) 50.88%, rgba(242,223,97,0.22) 98.48%);
filter: blur(169px);
transform: matrix(-0.95, -0.3, -0.3, 0.95, 200, 250);
pointer-events: none;
}
</style>

0 comments on commit 70ecb31

Please sign in to comment.