Contact us
If you're stuck on a problem, have a query or something else, feel free to drop us a message.
.copy-tooltip { position: absolute; top: -25px; left: 0; background: #333; color: #fff; padding: 5px 8px; border-radius: 4px; font-size: 12px; white-space: nowrap; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; } .copy-tooltip.visible { opacity: 1; } #share-dropdown img { width: 20px; height: 20px; }
If you're stuck on a problem, have a query or something else, feel free to drop us a message.