[docs] disable text select on falling emojis (#6654)

pull/7738/head
Diego Ramos 5 years ago committed by GitHub
parent bb981f7e19
commit 15ea7fb1b5

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

Loading…
Cancel
Save