Disable text select

Disable text select in the span element to improve the illusion of falling emojis.
pull/6654/head
Diego Ramos 5 years ago committed by GitHub
parent b1621d697d
commit 89d3c4bb63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,5 +45,6 @@
span {
position: absolute;
font-size: 5vw;
user-select: none;
}
</style>
</style>

Loading…
Cancel
Save