made it so that you can use the glare on elements with a border radius

This commit is contained in:
Rosux 2022-10-27 22:56:47 +02:00 committed by GitHub
parent 82792cbc9e
commit 729e6a7782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -347,7 +347,8 @@ export default class VanillaTilt {
"width": "100%",
"height": "100%",
"overflow": "hidden",
"pointer-events": "none"
"pointer-events": "none",
"border-radius": "inherit",
});
Object.assign(this.glareElement.style, {